/cortito

Cortito - URL Shortener written in Rails

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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:

  1. Modify config/database.yml to your own settings;
  2. Run rake db:migrate to generate the tables;
  3. Start the application as you normally would.