Skip to content

Commit

Permalink
improve development readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Apr 1, 2016
1 parent bab2f7a commit 24a760a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,19 @@ Install it from Rubygens:

Development
--------------
Launch it with `shotgun` or `rackup`.

Make sure you have ruby installed (version 2.1.5 from jessie works fine, or use rvm).

gem install bundler`
git clone https://github.com/Gandi/hieraviz.git
cd hieraviz
bundle install --path vendor
cp config/hieraviz.default.yml config/hieraviz.yml
# edit the config file
bundle exec shotgun
# or
bundle exec rackup


Production
----------------
Expand Down

0 comments on commit 24a760a

Please sign in to comment.