This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wmanager:server [2018/04/18 14:11] Gianluca Pelliccioli |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Wmanager server preparation ===== | ||
| - | |||
| - | WManager is a PHP/ | ||
| - | You'll find here all the necessary information to setup the hosting server, including: | ||
| - | * Prerequisites; | ||
| - | * PHP configuration; | ||
| - | * Database configuration; | ||
| - | * Vhost | ||
| - | |||
| - | ==== PRE-REQUISITES ==== | ||
| - | |||
| - | Before you start, please have a look to the [[wmanager: | ||
| - | |||
| - | ==== INSTALL ==== | ||
| - | * [[LAMP Package with PHP 5.6]] | ||
| - | * [[Setup Postgresql DB]] | ||
| - | * [[Setup Vhost]] | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | ==== FOLDER SECURITY ==== | ||
| - | |||
| - | This is the recommended steps for security on Apache: | ||
| - | * Set the default security | ||
| - | * 644 files, root.root | ||
| - | * 755 folders, root.root | ||
| - | |||
| - | Script to change the permissions recursively: | ||
| - | < | ||
| - | chown root.root demo.wmanager.org/ | ||
| - | find ./ | ||
| - | find ./ | ||
| - | </ | ||