Giter Club home page Giter Club logo

forkcms's Introduction

README

Build Status Latest Stable Version License Code Coverage Slack Status

Installation

  1. Make sure your have composer installed.
  2. Run composer create-project forkcms/forkcms . in your document root.
  3. Browse to your website
  4. Follow the steps on-screen
  5. Have fun!

Dependencies

Remark: If you are using GIT instead of composer create-project or the zip-file from http://www.fork-cms.com, you should install our dependencies. The dependencies are handled by composer

To install the dependencies, you can run the command below in the document-root:

composer install -o

Bugs

If you encounter any bugs, please create an issue on Github. If you're stuck or would like to discuss Fork CMS, talk to us on slack!

Running the tests

We use phpunit as a test framework. It's installed when using composer install. To be able to run them, make sure you have a database with the same credentials as your normal database and with the name suffixed with _test.

Running the tests:

./bin/phpunit

Running only the unit tests or the functional tests

./bin/phpunit --testsuite=functional
./bin/phpunit --testsuite=unit

Styling the backend

The backend uses Bootstrap in combination with Sass. To make changes, you can either apply your styles in /src/Backend/Core/Layout/Css/screen.css or use Sass.

To use Sass, you first need to install it on your system, more info can be found here: http://sass-lang.com/install. If you use the command line, you can run the following command in your document root:

sass --watch src/Backend/Core/Layout/Sass:src/Backend/Core/Layout/Css --style compressed

Discussion

The Fork CMS team

forkcms's People

Contributors

tijsverkoyen avatar woutersioen avatar carakas avatar matthiasmullie avatar dieterve avatar jeroendesloovere avatar wolfr avatar vytsci avatar katrienvh avatar jelmersnoeck avatar jessedobbelaere avatar ghazitriki avatar stijnvrolijk avatar annelyze avatar yoniweb avatar davelens avatar lowiebenoot avatar decthomas avatar thijzer avatar freshface avatar dofken avatar jonasdekeukelaere avatar cirykpopeye avatar turanct avatar jonas-wijs avatar dubgeiser avatar bartdc avatar koenheye avatar dmoerman avatar drsdre 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.