akosma / cortito
- Source
- Commits
- Network (4)
- Issues (1)
- Downloads (14)
- Wiki (1)
- Graphs
-
Branch:
master
Adrian Kosmaczewski (author)
Sat Dec 05 03:23:00 -0800 2009
cortito /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE.txt | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
TODO.txt | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
tmp/ |
README.textile
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.

