Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Keep in mind that you can not go into the /opt/web/php directory as a normal staff user. At the same time, if you use serveradmin you do not have access sudo.

One workaround is to also make your staff user part of the serveradmin and www-data group,

Code Block
langbash
sudo usermod -a -G serveradmin bhitch
sudo usermod -a -G www-data bhitch
exit # If you used your own staff account to modify your staff account, you need to exit and log back in.

...

Setup Apache Virtual Host

Setup your Apache Virtual Hosts with the website root.

Setup WordPress

Make sure you are logged in a sudo enabled user. Setup WordPress as follows,

...