Rails is a web-application application built to track the hosting companies, servers and contacts that a typical firm hosting their customers' websites need to keep straight.
The application is in early development, and at this point only the "Hosts" menu item has had its implementation started.
-
Install Rails at the command prompt if you haven't yet:
gem install rails
-
Navigate to a place where you want to run this application, then grab ServerFu:
git clone git@github.com:nurelm/serverfu.git
-
Change directory to
serverfu
, create the databse, then start the web server:cd myapp rake db:migrate rails server
-
Go to http://localhost:3000 and you'll see the overview screen.
If this is something you need and would like to help out on, let us know!
ServerFu is released under the MIT License.