Litotex / Litotex-0.8

litotex.net
Other
18 stars 5 forks source link

Litotex-Developer Preview Version

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

Installation

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/
mysql -D litotexDB -u litotexUser -p < dbUpdate/litotex.sql

Admin Login: Username:admin Password:admin

User Login: Username:tester Password:tester