1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
Remote multi-server automation tool
Find a file
2016-08-23 17:28:37 -07:00
_includes Fix links in Navigation & in Installation page 2016-05-23 11:30:06 -05:00
_layouts "No thanks" should apply to entire site 2016-02-29 10:49:18 -08:00
_posts fix an example in command mapping 2015-07-08 16:44:41 +03:00
css Fix indentation of <li>s 2016-04-25 09:06:40 +02:00
documentation swap requires in flow docs 2016-08-22 12:39:48 +01:00
fonts Pushing all the WIP documentation 2013-06-22 18:34:07 +02:00
images Replace 'what does it look like?' section with an airbrussh screenshot 2016-04-25 09:09:07 +02:00
js Introduce banner for Harrow.io 2015-09-01 19:51:21 +02:00
.gitignore Introduce banner for Harrow.io 2015-09-01 19:51:21 +02:00
_config.yml Change markdown renderer from redcarpet to default (kramdown) 2016-04-25 08:31:15 +02:00
CNAME Using capistranorb.com without www 2014-01-04 20:54:54 +01:00
favicon.ico Lots more improvements 2013-06-30 17:26:18 +02:00
Gemfile use correct gem versions according to GitHub Pages 2015-01-22 21:48:07 +00:00
Gemfile.lock Update to new version of rb-inotify 2016-03-12 07:59:21 -06:00
index.markdown Add link to documentation source repo 2016-02-01 11:38:09 +01:00
README.md Redo README to explain how to run the site locally 2016-01-17 18:27:47 -08:00

capistranorb.com

This is the repository that generates the capistranorb.com site. Feel free to send pull requests to make improvements to Capistrano's documentation!

Quick start

This is a GitHub Pages project, which means it is built using Jekyll. To run the site locally, you'll need a functioning Ruby environment.

After checking out the capistrano-documentation project, run:

bundle install

Then start the Jekyll server with:

bundle exec jekyll serve

You should now be able to preview the site on http://localhost:4000. After making any changes to markdown or HTML files, just refresh your browser to see the results. You do not have to restart the Jekyll process.

More information: Using Jekyll with Pages.