Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 636 Bytes

File metadata and controls

25 lines (18 loc) · 636 Bytes

I2db (Internal Information db) is a rails application for managing internal information lists including personel information, inventory, etc. It is currently under active directory and should not be considered stable until a full version release.

Ruby >= 1.9
rubygems
bundler
rails >=3.0.5

Optional:

capistrano
passenger
bundle install
rake db:seed
rails server #(OR passenger start)

The default login will be admin:admin, and all tables can be managed in the admin interface at /admin

I2db is released under the MIT license. Please see LICENSE for more information