onidle/oicorecms

There is no license information available for the latest version (1.0.13) of this package.

oi-CORE CMS

1.0.13 2017-11-03 14:04 UTC

This package is auto-updated.

Last update: 2024-03-29 02:52:50 UTC


README

Admin and FE app skeleton by on-IDLE

Maintainer

Installation & Configuration

  • create database for the project
  • 
    
  • follow instructions in create project script
  • set cronjobs
  • visit `yourproject.tld/oicorecms` and user right top setting icon and set project specific things like name, email, ...

Cronjobs

Following cronjob is only required, other cronjobs are executed by this one. There is Config/queue.php config which allows worker to run max 1 hour, that's why the cronjob should be executed every hour.

  • 
    

Project specific amends

You can either

  • extend plugin, create own project, project admin plugins and make code there
  • move Views/webroot (or whole plugin when needed) from Frontpage/Admin into main repo

Gulp

Gulp is used for compiling less, js and everything regards FE styles & scripts. In root folder run

```Admin/webroot/gulpfile.js``` and/or ```Frontpage/webroot/gulpfile.js``` 
for more info about confirguration. Gulp generated files should be ignored and 
uploaded separatelly via git hooks for example