How to install Mai App
- Keywords:
- install mai app
Automated installation:
The best way to install Mai App is through Mai Manager. This php-script is located in /manager/
> php mai-manager
To install Mai, just follow the instructions on screen.
Manual installation:
To install Mai manually you must create the databases and tables yourself. This can be done through Doctrine Command Line Interface located in: /doctrine/
You also have to change/create the config file in /application/
Example config file:
;Config file created by Mai installer.
[db]
db_user.dbtype = mysql
db_user.
db_user.host = localhost
db_user.dbname = mai_user
db_user.username = mai_user
db_user.password = password
db_base.dbtype = mysql
db_base.
db_base.host = localhost
db_base.dbname = mai_base
db_base.username = mai_base
db_base.password = password
[global]
application.
application.
cache.basewords
cache.basewords
cache.basewords
cache.csv.path = /cache/csv
cache.csv.filename = csvCache
cache.csv.varname = cache_Csv