Skip to content

ApiBootstraper/Api-documentation

Repository files navigation

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.

About

A Rails application to manage an Api documentation like CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published