#EBOOK GENERATOR
##Bootstrap
- install vagrant and virtual box;
git clone https://github.com/Knowlodge/ebook-generator-vagrant.git ebook-generator
cd ebook-generator
vagrant up
# wait for instalation process
vagrant ssh
# follow interactive configuration script
The projects will be on your home folder
bundle install
( if any gem fails, install it manually throughgem install gemname
.- run
bundle exec rake db:seed
to populate initial data - run
rails s
to start web server - use your favorite browser and access localhost:3000
- create a new user and login