Category: wordpress
-
Freedombox – Installation & Setup (Two ways)
There are mainly two ways to get a Freedombox running. The first one would be to install Debian first and then the Freedombox package or the alternative to download the Freedombox image designed for your desired system. 1- Install Debian Ideally you won’t need a desktop environment to run your debian with freedombox installed as…
-
Debian + Apache + mariadb + letsencrypt + wordpress
Step 1: Update Your System First, make sure your system is up-to-date. Step 2: Install Apache Install Apache web server. Enable and start the Apache service. Step 3: Install MariaDB Install MariaDB server. Secure the MariaDB installation. Follow the prompts to: Step 4: Create a Database for WordPress Log into MariaDB. Run the following SQL…
-
Setup apache – wordpress (CLI only) for LAN
After installation, Apache should start automatically. To verify its status, use: Secure MySQL/MariaDB: Run the security script to harden the database setup: And do not forget to save the root password for mariadb in a secure place! Create WordPress Database and User: Log in to the MySQL/MariaDB shell: Create a new database, user, and grant…