This version is for developers who know what they are doing We don't assume liability of any kind For help, support or just talking, you can
Your Litotex Team
packages/core/config/const.php.dist -> packages/core/config/const.php packages/core/config/database.php.dist -> packages/core/config/database.php packages/core/config/path.php.dist -> packages/core/config/path.php acp/packages/core/config/const.php.dist -> acp/packages/core/config/const.php
You have to set LITO_ROOT and LITO_URL in this file You can use this on a Linux-Shell
cp packages/core/config/const.php.dist packages/core/config/const.php
cp packages/core/config/database.conf.php.dist packages/core/config/database.conf.php
cp packages/core/config/path.php.dist packages/core/config/path.php
cp acp/packages/core/config/const.php.dist acp/packages/core/config/const.php
packages/core/cache/ files/cache/ files/packages/cache/ tpl_c/ acp/tpl_c/ log/
Or use this on a Shell:
mkdir packages/core/cache/ files/cache/ files/packages/cache/ tpl_c/ acp/tpl_c/ log/
chmod 777 packages/core/cache/ files/cache/ files/packages/cache/ tpl_c/ acp/tpl_c/ log/
dbUpdates/litotex.sql
mysql -D litotexDB -u litotexUser -p < dbUpdate/litotex.sql
Admin Login: Username:admin Password:admin
User Login: Username:tester Password:tester