mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Remote multi-server automation tool
![]() Note that this upgrade is required in order to use `rouge` highlighter. activesupport 4.2.0 → 4.2.5.1 addressable (new) → 2.3.8 blankslate 2.1.2.4 → (removed) celluloid 0.16.0 → (removed) classifier-reborn 2.0.3 → (removed) coffee-script 2.3.0 → 2.4.1 coffee-script-source 1.8.0 → 1.10.0 ethon (new) → 0.8.1 execjs 2.2.2 → 2.6.0 faraday (new) → 0.9.2 fast-stemmer 1.0.2 → (removed) ffi 1.9.6 → 1.9.10 github-pages 32 → 45 github-pages-health-check 0.2.1 → 0.6.0 hitimes 1.2.2 → (removed) html-pipeline 1.9.0 → 2.3.0 jekyll 2.4.0 → 3.0.2 jekyll-feed (new) → 0.3.1 jekyll-gist 1.1.0 → 1.4.0 jekyll-mentions 0.2.1 → 1.0.0 jekyll-redirect-from 0.6.2 → 0.9.1 jekyll-sass-converter 1.2.0 → 1.3.0 jekyll-seo-tag (new) → 0.1.4 jekyll-sitemap 0.6.3 → 0.10.0 jekyll-textile-converter (new) → 0.1.0 jekyll-watch 1.2.0 → 1.3.1 jemoji 0.4.0 → 0.5.1 json 1.8.2 → 1.8.3 kramdown 1.5.0 → 1.9.0 liquid 2.6.1 → 3.0.6 listen 2.8.5 → 3.0.5 maruku 0.7.0 → (removed) mini_portile 0.6.2 → (removed) mini_portile2 (new) → 2.0.0 minitest 5.5.1 → 5.8.4 multipart-post (new) → 2.0.0 nokogiri 1.6.5 → 1.6.7.2 octokit (new) → 4.2.0 parslet 1.5.0 → (removed) posix-spawn 0.3.9 → (removed) public_suffix 1.4.6 → 1.5.3 pygments.rb 0.6.0 → (removed) rb-fsevent 0.9.4 → 0.9.7 rb-inotify 0.9.5 → 0.9.6 rdiscount 2.1.7 → 2.1.8 redcarpet 3.1.2 → 3.3.3 rouge (new) → 1.10.1 sass 3.4.10 → 3.4.21 sawyer (new) → 0.6.0 terminal-table 1.4.5 → 1.5.2 thread_safe 0.3.4 → 0.3.5 timers 4.0.1 → (removed) toml 0.1.2 → (removed) typhoeus (new) → 0.8.0 yajl-ruby 1.1.0 → (removed) |
||
---|---|---|
_includes | ||
_layouts | ||
_posts | ||
css | ||
documentation | ||
fonts | ||
images | ||
js | ||
.gitignore | ||
_config.yml | ||
CNAME | ||
favicon.ico | ||
Gemfile | ||
Gemfile.lock | ||
index.markdown | ||
README.md |
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.