| 13 | | -Uncompress the tarball on your web server. |
| 14 | | -Copy the content of the libs directory of the smarty tarball in lib/smarty/ |
| 15 | | -Copy the content of the magpierss-0.xx directory of the magpierss tarball in lib/magpie. If you do not wish to install RSS support, you must set define('RSS_SUPPORT', false) in config.php. |
| 16 | | |
| 17 | | -portal/cache/, and everything in tmp/smarty must be at least writable by your web server. Run "sh permissions.sh" to set them 777 |
| 18 | | |
| 19 | | Database: |
| 20 | | -Create the user wifidog (both in postgres and on your system). |
| 21 | | -Import the schema: |
| 22 | | psql -d template1 -U wifidog -W -f sql/wifidog-postgres-schema.sql |
| 23 | | -Import initial data: |
| 24 | | psql -d template1 -U wifidog -W -f sql/wifidog-postgres-initial-data.sql |
| 25 | | |
| 26 | | Configure the system: |
| 27 | | -Edit wifidog/config.php to suit your environment. |
| | 13 | Open with your browser the following URL : http://myHost.com/wifidogPATH/install.php (replace myHost by your domain and wifidogPATH by the right PATH) |
| | 14 | install.php will validate, install, create and configure all the stuff uoy need to have a working auth-server. |