Giter VIP home page Giter VIP logo

boom-core's Introduction

BoomCMS logo

Build Status StyleCI

BoomCMS

BoomCMS is a content management system which is designed to be easy for content editors and developers alike.

This is the core code for BoomCMS which is designed to be integrated into a laravel application.

To create a new BoomCMS app follow the installation instructions in the BoomCMS app.


Development

Running tests

First install PHP dependencies with composer:

    composer install

You can then run tests with phpunit. However, some tests require access to a database. For these tests to pass you may need to specify database credentials:

    DB_PASSWORD=<password> DB_USERNAME=<username> DB_DATABASE=<database> DB_HOST=<host> DB_DRIVER=<driver> phpunit

The default values for these variables are:

  • DB_PASSWORD: empty
  • DB_USERNAME: root
  • DB_DATABASE: boomcms_tests
  • DB_HOST: 127.0.0.1
  • DB_DRIVER: mysql

You won't need to specify these options on the command line if the default values work for you.

Building JavaScript and CSS files

First install dependencies via NPM and bower:

    npm install
    bower install

Then create minified JavaScript and CSS files with grunt:

    grunt dist

The default grunt task is grunt watch which will build the JavaScript and CSS files when changes are made.

boom-core's People

Contributors

robbytaylor avatar eatyourgreens avatar cazm avatar imanghafoori1 avatar paulnunneley avatar ralph-mcardell avatar hmtareque avatar

Watchers

James Cloos avatar kmarkb_8017 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.