A simple Rails application to manage an Api documentation like CMS.
It use some gems :
- acviteadmin, a Ruby on Rails plugin for generating administration style interfaces.
- install rvm
- git clone
- cp Api-documentation/
- bundle install --without development test postgresql sqlite
- RAILS_ENV=production rake db:setup
- run server (rack, passenger, ...)
- cp Api-documentation/
- git fetch origin
- git pull ???
- bundle install --without development test postgresql sqlite
- RAILS_ENV=production rake db:migrate
- touch tmp/restart.txt
ApiBootstraper Api-documentation is released under the MIT License.