dakrone / labview_rails

A lab machine tracking system using rails (for sysadmins)

labview_rails / README
100644 14 lines (9 sloc) 0.41 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Labview is designed to be a lab-machine tracking system for sysadmins.
 
I use it internally to track all of our lab machines.
 
NOTES:
Be sure to create databases, as well as add users. Currently there is no
way to add users other than opening a rails console and doing
User.new(<blah>).save!
 
Still a work in progress, email me or leave a comment in you have a
question about it.
 
lee [at] writequit [dot] org