sudo /opt/lampp/lampp start
)/opt/lampp/bin
to your ~/.profile
)git clone https://github.com/fluechtlingshilfe-babelsberg/forum
), cd forum
into it.wp core download
wp core config --dbname="forum" --dbuser=root
mysql -u root -e "CREATE DATABASE forum;"
/opt/lampp/etc/httpd.conf
's DocumentRoot
and the Directory
right below it point to the directory).To make sure that the user that runs the server can write plugins, run sudo chown -R daemon:daemon .
inside the repository folder. To make sure that you can still put, also run sudo usermod -a -G daemon $USER
to add your user to the daemon
group. Afterwards, you will need to relogin.