Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.07 KB

File metadata and controls

31 lines (20 loc) · 1.07 KB

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.

Installation

  • install rvm
  • git clone
  • cp Api-documentation/
  • bundle install --without development test postgresql sqlite
  • RAILS_ENV=production rake db:setup
  • run server (rack, passenger, ...)

Update

  • 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

License

ApiBootstraper Api-documentation is released under the MIT License.