v1.0.0 RC 1
This commit is contained in:
21
readme
21
readme
@@ -3,21 +3,6 @@ Hi there!
|
||||
To install, kindly follow this procedure:
|
||||
1. Add apache module rewrite (a2enmod rewrite on debian)
|
||||
2. Add php-curl, php-gd and php-mbstring packages to PHP (if not already built in)
|
||||
3. Create a settings.php in databap root folder :
|
||||
|
||||
<?php
|
||||
|
||||
class Settings
|
||||
{
|
||||
const DB_SERVER = 'localhost';
|
||||
const DB_LOGIN = 'root';
|
||||
const DB_PASS = 'pass';
|
||||
const DB_NAME = 'databap';
|
||||
const TIMEZONE = 'Europe/Paris';
|
||||
const TEXT_ENC = 'UTF-8';
|
||||
const SQL_ENC = 'utf8';
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
4. You're good to go ! Check users SQL table for default admin user
|
||||
3. Fill in settings.php in databap root folder
|
||||
4. add php user access (read/write) to log.html file
|
||||
5. You're good to go ! Check users SQL table for default admin user
|
||||
Reference in New Issue
Block a user