https://github.com/bolt/site-bolt-cm-v2
The Bolt.cm 2.0 website
https://github.com/bolt/site-bolt-cm-v2
Last synced: 8 months ago
JSON representation
The Bolt.cm 2.0 website
- Host: GitHub
- URL: https://github.com/bolt/site-bolt-cm-v2
- Owner: bolt
- License: mit
- Created: 2014-08-29T12:15:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T15:32:52.000Z (over 10 years ago)
- Last Synced: 2025-04-30T19:48:15.366Z (about 1 year ago)
- Language: PHP
- Size: 25.4 MB
- Stars: 5
- Watchers: 19
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE.md
Awesome Lists containing this project
README
Bolt
====
Sophisticated, lightweight & simple CMS. Homepage: [Bolt.cm](https://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).
Build status, code quality and other badges
-------------------------------------------
[](http://travis-ci.org/bolt/bolt)
[](https://scrutinizer-ci.com/g/bolt/bolt/)
[](https://insight.sensiolabs.com/projects/4d1713e3-be44-4c2e-ad92-35f65eee6bd5)
For continuously inspecting our code, we use Scrutinizer CI. You can find all
runs on our code base [here](https://scrutinizer-ci.com/g/bolt/bolt/inspections).
Installation
------------
Detailed instructions can be found in the [Installation section in the documentation](http://docs.bolt.cm/installation).
Try bolt in [Ubuntu](https://manageacloud.com/cookbook/tijit2bpp3129rdctb81f1cflk/deploy#test_deployment), [CentOS](https://manageacloud.com/cookbook/nt1pf9254cg8mm1t4k0nv96jv5/deploy#test_deployment), [Debian](https://manageacloud.com/cookbook/oj5dbkcehg9h7497fjq2lagk66/deploy#test_deployment) or [Amazon Linux](https://manageacloud.com/cookbook/a382qtma5gq1928ofrsrncr70c/deploy#test_deployment).
Deployable configuration examples for [Ubuntu](https://manageacloud.com/cookbook/bolt_cms_ubuntu_utopic_unicorn_1410), [CentOS](https://manageacloud.com/cookbook/bolt_cms_centos_7), [Debian](https://manageacloud.com/cookbook/bolt_cms) and [Amazon Linux](https://manageacloud.com/cookbook/bolt_cms_amazon_2014032)
Support
-------
Have a question? Want to chat? Run into a problem?
- There’s always some people willing to chat in our IRC channel on Freenode at #boltcms. No IRC client? Use our web-based client.
- We also have a Slack channel at boltcms.slack.com. To get in, get yourself an invite at slack.bolt.cm.
- There's a Forum at discuss.bolt.cm, where we'll gladly help you sort out problems, or discuss other Bolt-related things.
- We’re pretty active on Twitter. Follow us, or say hello at @BoltCM.
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.
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
This can now also be done by using app/nut:
$ php app/nut tests:run
Extensions and Themes
---------------------
Since Bolt 2.0, you can install extensions and themes directly from Bolt's
interface. To browse the available extensions and themes, visit
[extensions.bolt.cm](https://extensions.bolt.cm).
-------