Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stolinski/3steptest
3 Step Test Prep site built with Bolt.cm
https://github.com/stolinski/3steptest
Last synced: 12 days ago
JSON representation
3 Step Test Prep site built with Bolt.cm
- Host: GitHub
- URL: https://github.com/stolinski/3steptest
- Owner: stolinski
- Created: 2013-02-23T20:00:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-01T17:14:58.000Z (over 11 years ago)
- Last Synced: 2024-04-13T14:36:30.719Z (7 months ago)
- Language: PHP
- Size: 7.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bolt
====Sophisticated, lightweight & simple CMS, homepage: [Bolt.cm](http://bolt.cm)
Bolt is a tool for Content Management, which strives to be as simple and straightforward
as possible. It is quick to set up, easy to configure, uses elegant templates, and above
all: It's a joy to use. Bolt is created using modern open source libraries, and is best
suited to build sites in HTML5 with modern markup.From a technical perspective: Bolt is written in PHP, and uses either SQLite, MySQL or
PostgreSQL as a database. It's built upon the [Silex framework](http://silex.sensiolabs.org)
together with a number of [Symfony](http://symfony.com/) [components](http://symfony.com/components)
and [other libraries](http://docs.bolt.cm/credits). Bolt is released under the open source
[MIT-license](http://opensource.org/licenses/mit-license.php).Current build status
--------------------[![Build Status](https://secure.travis-ci.org/bobdenotter/bolt.png?branch=master)](http://travis-ci.org/bobdenotter/bolt)
Installation
------------Create a new folder, and clone from github. Then use composer to get the Silex micro-framework and components:
git clone git://github.com/bobdenotter/bolt.git bolt
cd bolt
curl -s http://getcomposer.org/installer | php
php composer.phar installAnd you're good to go.
More detailed instructions can be found in the [Setup section in the documentation](http://docs.bolt.cm/setup).
Unit tests
----------
For running unit tests you need [phpunit](http://www.phpunit.de/)After installing, you can run the unit test suite by running
phpunit -c app/
This can now also be done by executing the 'tests:run' command from app/nut.
Reporting issues
----------------
When you run into an issue, be sure to provide some details on the issue.
Please include with your report:
- the (example) input;
- the output you expected;
- the output actually produced.This way we can reproduce your issue, turn it into a test and prevent the issue from occurring in future versions.