WManager is a PHP/Postgres based application. You'll find here all the necessary information to setup the hosting server, including:
We use as a reference the Linux/Apache install.
Before you start, please have a look to the System requirements.
This is the recommended steps for security on Apache:
Script to change the permissions recursively:
chown root.root demo.wmanager.org/ -R
find ./demo.wmanager.org -type d -exec chmod 755 {} \;
find ./demo.wmanager.org -type f -exec chmod 644 {} \;