All Projects → Litotex → Litotex-0.8

Litotex / Litotex-0.8

Licence: other
litotex.net

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Smarty
1635 projects
Classic ASP
548 projects
HTML
75241 projects

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

  • visit our website at litotex.net (currently only german)
  • visit our github repository
  • or join our IRC-Cannel at Freenode

Your Litotex Team

Installation

  • Place your files properly (in most cases your webspace)
  • Copy the config files to their right place and adjust them

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
  • Set write permissions (0777) to the following folders and create them if needed:

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/
  • Create a database (and adjust the settings in the config file) and import all data from dbUpdates/litotex.sql
mysql -D litotexDB -u litotexUser -p < dbUpdate/litotex.sql

Admin Login: Username:admin Password:admin

User Login: Username:tester Password:tester

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].