Skip to content

ankedsgn/bolt-docs-temp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bolt docs (version 2.x / master)

These are the docs for Bolt. This repository is the documentation counterpart of the Bolt repository.

Installation

Create a new folder, and clone from github. Then use composer to get the rest of the components:

git clone git://github.com/bolt/docs.git bolt-docs
cd bolt-docs
curl -s http://getcomposer.org/installer | php
php composer.phar install

The documenation uses the markdown format. There is no need to build anything to generate HTML. We parse the markdown with PHP. Just serve it directly e.g. with the builtin PHP web server:

php -S localhost:8888

More detailed instructions can be found in the Setup section in the documentation.