Giter VIP home page Giter VIP logo

catchupcms0303-03's Introduction

CatchUp CMS

Installation

1. Clone this project into a directory

git clone https://github.com/catchupcms/CatchUpCMS.git catchupcms

2. Run a composer install from the root of the project:

composer.phar install

3. Assuming you have NPM installed, run the installer from the root of the project:

npm install

4.a Run the bower installer from the root of the project:

npm install -g bower # run this if you dont have bower installed

4.b For each theme:

bower install

Providing none of the above threw any errors, that should be all the dependancies installed.

5. (optional) Next thing to do is configure the environment,

5.a

  • find your apache vhost that you wish to use,
  • ensure the directory root is path/to/project/public

5.b

copy .env.example .env

set parameters in your path/to/project/.env file.

6. Last thing to do then is run the installer from the root of the project, and follow the prompts

php artisan cms:install

Note: If XDebug is enabled you must increase the max_nesting_level in your php.ini like so:

xdebug.max_nesting_level = 200

catchupcms0303-03's People

Contributors

xlink avatar mantissts avatar noeldavies avatar johnmaguire avatar nielsdrost7 avatar danselley avatar lucasreta avatar

Watchers

James Cloos avatar

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.