Installation
-
INFORMAZIONI
Installation
The installation simply require adjusting the /syntax desktop/config/cfg.php file
Configuring database
It is necessary first to create a mysql database (possibly an InnoDB). After that, you have to adjust these few lines in the cfg.php://ACCOUNT
$synDbHost="localhost";
$synDbUser="root";
$synDbPassword="";
$synDbName="syntax";Other configuration values
You have to configure other parameters://Upload image directory
//YOU MUST PUT TRAILING SLASH;
//the initial relative path is syntax desktop installation dir
//(i.e. relative path="/syntax desktop/" $mat="../mat" ---> result "/syntax desktop/"+"../mat/")
$mat="../mat/";
$thumb="../mat/thumb/";//admin email
$synAdministrator="info@dynamick.it";//site address "http://www.dynamick.it"
$synWebsite="/";//rows per page
$synRowsPerPage=17;//version
$synVersion="2 Beta";php.ini parameters
You have to verify to have these values in your php.ini
error_reporting = E_ALL & ~E_NOTICE
register_globals = On
allow_call_time_pass_reference = OnChanging write permission
Give the write rights to these files:
/syntax desktop/config/cfg.php
/syntax desktop/public/configs/files.txt
/syntax desktop/includes/php/smarty/templates_c
/syntax desktop/modules/dump/backup/Run Syntax Desktop!
You can now launch Syntax Desktop in your browser. Syntax will ask you to choose the dump to load on yours database. Otherwise it will ask you to reshape the parameters of database connection.HELP ME!
If you want to help me, send the right english translation of this page at info@dynamick.it .
Thank you! -
ARTICOLI
-
CALENDARIO