• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H29-Dec-2016-186141

app/H29-Dec-2016-35,59732,248

extensions/H29-Nov-2014-

files/H03-May-2022-75

src/H29-Dec-2016-33,81120,034

theme/base-2014/H29-Dec-2016-2,6902,109

vendor/H03-May-2022-745,875532,410

.htaccessH A D29-Dec-20161.6 KiB5946

LICENSE.mdH A D29-Dec-20161.1 KiB2217

README.mdH A D29-Dec-20163.9 KiB7854

changelog.mdH A D29-Dec-201645.5 KiB786661

composer.json.distH A D29-Dec-20163 KiB10099

composer.lock.distH A D29-Dec-2016211.3 KiB6,0536,052

index.phpH A D29-Dec-20161.5 KiB5317

serveH A D29-Dec-2016789 289

web.configH A D29-Dec-20163.7 KiB6766

README.md

1Bolt
2====
3
4Sophisticated, lightweight & simple CMS. Homepage: [Bolt.cm](https://bolt.cm)
5
6Bolt is a tool for Content Management, which strives to be as simple and
7straightforward as possible. It is quick to set up, easy to configure, uses
8elegant templates, and above all: It's a joy to use. Bolt is created using
9modern open source libraries, and is best suited to build sites in HTML5 with
10modern markup.
11
12From a technical perspective: Bolt is written in PHP, and uses either SQLite,
13MySQL or PostgreSQL as a database. It's built upon the [Silex framework](http://silex.sensiolabs.org)
14together with a number of [Symfony](http://symfony.com/) [components](http://symfony.com/components)
15and [other libraries](http://docs.bolt.cm/credits). Bolt is released under the
16open source [MIT-license](http://opensource.org/licenses/mit-license.php).
17
18
19Build status, code quality and other badges
20-------------------------------------------
21
22[![Build Status](https://secure.travis-ci.org/bolt/bolt.png?branch=master)](http://travis-ci.org/bolt/bolt)
23[![Scrutinizer Continuous Inspections](https://scrutinizer-ci.com/g/bolt/bolt/badges/general.png?s=74400dd068f81fe3ba434e5952b961bb83bbea62)](https://scrutinizer-ci.com/g/bolt/bolt/)
24[![SensioLabsInsight](https://insight.sensiolabs.com/projects/4d1713e3-be44-4c2e-ad92-35f65eee6bd5/mini.png)](https://insight.sensiolabs.com/projects/4d1713e3-be44-4c2e-ad92-35f65eee6bd5)
25
26For continuously inspecting our code, we use Scrutinizer CI. You can find all
27runs on our code base [here](https://scrutinizer-ci.com/g/bolt/bolt/inspections).
28
29Installation
30------------
31
32Detailed instructions can be found in the [Installation section in the documentation](http://docs.bolt.cm/installation).
33
34Try 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).
35
36Deployable 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)
37
38Support
39-------
40
41Have a question? Want to chat? Run into a problem?
42
43 - There’s always some people willing to chat in our <strong>IRC channel</strong> on Freenode at <strong>#boltcms</strong>. No IRC client? Use <a href="/irc">our web-based client</a>.
44 - We also have a <strong>Slack channel</strong> at <a href="https://boltcms.slack.com">boltcms.slack.com</a>. To get in, get yourself an invite at <a href="https://slack.bolt.cm">slack.bolt.cm</a>.
45 - There's a <strong>Forum</strong> at <a href="https://discuss.bolt.cm">discuss.bolt.cm</a>, where we'll gladly help you sort out problems, or discuss other Bolt-related things.
46 - We’re pretty active on <strong>Twitter</strong>. Follow us, or say hello at <a href="https://twitter.com/boltcm">@BoltCM</a>.
47
48Reporting issues
49----------------
50When you run into an issue, be sure to provide some details on the issue.
51Please include with your report:
52- the (example) input;
53- the output you expected;
54- the output actually produced.
55
56This way we can reproduce your issue, turn it into a test and prevent the issue
57from occurring in future versions.
58
59Unit tests
60----------
61For running unit tests you need [phpunit](http://www.phpunit.de/).
62
63After installing, you can run the unit test suite by running:
64
65    $ phpunit
66
67This can now also be done by using app/nut:
68
69    $ php app/nut tests:run
70
71Extensions and Themes
72---------------------
73Since Bolt 2.0, you can install extensions and themes directly from Bolt's
74interface. To browse the available extensions and themes, visit
75[extensions.bolt.cm](https://extensions.bolt.cm).
76
77-------
78