Skip to content

predever/keosu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keosu

Keosu is an open source CMS for mobile app.

Requirement

  • PHP (Min 5.4)
  • Apache (Min 2.2)
  • Mysql

There is a lot of documentation on the web that explains how to do it.

You can donwload Wamp, Mamp or Xamp to do it easilly. Check that date.timezone is set in your php.ini file. For example:

date.timezone = "Europe/Paris"

Tips you can use php -info command to locate your php.ini

Installation

With packaged version (easy way)

Go to release page (here) and download the last ralease zip file.
Unzip it in your apache webdir
Move to your web/install/check.php with your navigator (ie http://localhost/keosu/web/install/check.php)

Note : Don't create your database manually before executing the script

From sources (nerd only)

Clone project in your apache webspace Download composer.phar


    curl -s https://getcomposer.org/installer | php

or for windows users


    php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"

run


    php composer.phar update
    php app/console assetic:dump

Test it

Move to your web/app.php with your navigator (ie http://localhost/keosu/web/app.php)
Login : admin
Password: YouChooseIt

Note

A packaged version without command line is comming soon

About

Keosu is an open source CMS for mobile app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.3%
  • PHP 28.0%
  • HTML 9.4%
  • CSS 8.3%