Skip to content

jadavsushil/app-1

 
 

Repository files navigation

GintonicCMS Application Skeleton

Latest Stable Version Total Downloads Latest Unstable Version License

A skeleton for creating applications with GintonicCMS

The cms source code can be found here: gintonicweb/GintonicCMS.

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project gintonicweb/app="dev-master" [app_name].

If Composer is installed globally, run

composer create-project gintonicweb/app="dev-master" [app_name]

You should now be able to visit the path to where you installed the app and see the setup traffic lights.

Configuration

Read and edit config/app.php and setup the 'Datasources' and any other configuration relevant for your application.

About

GintonicCMS application template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 90.0%
  • JavaScript 6.6%
  • Shell 1.8%
  • Batchfile 1.2%
  • ApacheConf 0.4%