Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janhancic/lira-kamnik.si

Source code for new version of http://www.lira-kamnik.si
https://github.com/janhancic/lira-kamnik.si

Last synced: 22 days ago
JSON representation

Source code for new version of http://www.lira-kamnik.si

Awesome Lists containing this project

README

        

# lira-kamnik.si

Source code for new version of http://www.lira-kamnik.si

# Instructions

Define this environment variables (in `.bash_profile` for instance):

- Amazon S3 (used for storing images)
- LIRA_S3_ACCESS_KEY_ID
- LIRA_S3_SECRET_ACCESS_KEY
- LIRA_S3_BUCKET
- Google analytics
- LIRA_GA_ID

Then execute this commands:

bundle install
bundle exec rake db:migrate
rails server

### License
TODO