User Tools

Site Tools


wmanager:server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wmanager:server [2018/05/14 11:51]
Gianluca Pelliccioli
— (current)
Line 1: Line 1:
-====== Create the good host for WManager ====== 
- 
-WManager is a PHP/Postgres based application. 
-You'll find here all the necessary information to setup the hosting server, including: 
-   * Prerequisites; 
-   * PHP configuration; 
-   * Database configuration; 
-   * Vhost 
-   * Folder security 
- 
-We use as a reference the Linux/Apache install. 
- 
- 
- 
-==== 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: 
-<code> 
-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 {} \; 
-</code> 
  
wmanager/server.1526298671.txt.gz ยท Last modified: 2018/05/14 11:51 by Gianluca Pelliccioli