Bumped version to 0.8

This commit is contained in:
2023-02-17 19:35:43 +01:00
parent 37f4bd4185
commit c500face92
6 changed files with 35 additions and 17 deletions

View File

@@ -2,8 +2,8 @@ IP Reg Installation
1. Install requirements
IP Reg version 0.6 and up depends on smarty template engine.
In Debian install ist with: "apt-get install smarty3".
The GHP-GD module is also required: "apt-get install php-gd".
In Debian install it with: "apt-get install smarty3".
The PHP-GD module is also required: "apt-get install php-gd".
2. Create database
@@ -28,17 +28,21 @@ Optional import some sample data
mysql ipreg < mysql_sample.sql
4. Edit config file
Open config.php in a text editor and fill in your database details.
5. Upload files
Upload all files and directory's (except the install directory) to your
4. Upload files
Upload all files and directories (except the install directory) to your
webserver.
5. Create and edit config file
Rename sample configfile config.php-sample:
mv config.php-sample config.php
Open config.php in a text editor and fill in your database details.
6. Check file access rights for security
Only directory tpl_c should be writeble by webserver
Only directory tpl_c should be writeble by webserver.
Configfile should be readable by webserver but not writeable.
chmod 640 config.php
chgrp www-data config.php