Wednesday, August 19, 2015

Zeppelin Docs

Install Ruby Version Manager (rvm)

curl -L https://get.rvm.io | bash -s stable --ruby

Then check which rubies are installed by using

rvm list

ruby -v

you can then switch ruby versions using

rvm use 1.9.3 --default

If not install you can install by

rvm install ruby-1.9.3-p551

Now we have correct version start building app

gem install bundler

bundle install

Screenshot from 2015-08-11 15_37_41

To start serve

bundle exec jekyll serve –watch

Screenshot from 2015-08-11 15_37_18

Then go to below URL

http://localhost:4000/

Screenshot from 2015-08-11 15_39_37

No comments:

Post a Comment