Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dubadub/meetyl_code_exercise
https://github.com/dubadub/meetyl_code_exercise
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dubadub/meetyl_code_exercise
- Owner: dubadub
- Created: 2014-11-14T16:09:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T10:46:58.000Z (about 10 years ago)
- Last Synced: 2024-12-24T06:36:40.545Z (about 1 month ago)
- Language: Ruby
- Size: 171 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Before runnig it locally:
1. Create `secret.yml` and `database.yml`.
2. Run `bundle install`
3. Run `bundle exec rake db:automigrate`
4. Run `bundle exec rake environment elasticsearch:import:all CLASS="Comment"`
5. ...
6. Enjoy!I used ElasticSearch version 1.3.1.