The backend of http://single.dog
- Ruby 2.1.6 +
- PostgreSQL 9.3 +
git clone https://github.com/1dog/akita.git
cd akita
cp config/database{,.yml}
cp config/secrets{,.yml}
emacs config/database.yml # edit username, password
rake db:create # create database
rake db:migrate # sync schema
rails server # Goto http://localhost:3000
© 2015 Single.dog
Released under the MIT license.