Welcome
This project is the URL shortener Rails application running at http://url.akosma.com. Feel free to use the code in your own server!
License
The code is shipped with a BSD license. See the LICENSE.txt file for details.
Installation
As any other Rails application:
- Modify config/database.yml to your own settings;
- Run rake db:migrate to generate the tables;
- Start the application as you normally would.