GithubHelp home page GithubHelp logo

litotex / litotex-0.8 Goto Github PK

View Code? Open in Web Editor NEW
18.0 16.0 5.0 7.07 MB

Home Page: litotex.net

License: Other

PHP 79.55% JavaScript 8.28% CSS 6.05% ApacheConf 0.04% HTML 0.23% ASP 1.53% Shell 0.01% Smarty 4.31%

litotex-0.8's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.