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.
-
In case you don't have rails installed, install it:
gem install rails -
Navigate to a place where you want to run this application, then grab ServerFu:
git clone [email protected]:nurelm/serverfu.git -
Change directory to
serverfu, create the databse, then start the web server:cd serverfu bundle install 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.