WouterSchoofs / forkcms

Fork is an open source CMS.

Home Page:http://www.fork-cms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Build Status

Installation

  1. Upload all of the content into your document root
  2. Browse to your website
  3. Follow the steps on-screen
  4. Have fun!

Dependencies

Remark: If you are using GIT instead of 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, check out the forum!

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:

vender/bin/phpunit -c app/

Running only the unit tests or the functional tests

vendor/bin/phpunit -c app --testsuite=functional
vendor/bin/phpunit -c app --testsuite=unit

Discussion

  • IRC: irc.freenode.org #forkcms
  • E-mail: info@fork-cms.com for any questions or remarks.

The Fork CMS team

About

Fork is an open source CMS.

http://www.fork-cms.com

License:MIT License


Languages

Language:PHP 66.9%Language:JavaScript 19.7%Language:HTML 7.6%Language:CSS 5.8%Language:ApacheConf 0.1%