Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 848 Bytes

README.rdoc

File metadata and controls

18 lines (16 loc) · 848 Bytes

Code For Kids Wiki

<img src=“https://codeclimate.com/repos/533f74e269568009950b92b0/badges/6091994f735bcf16a9c6/gpa.png” /> <img src=“https://codeclimate.com/repos/533f74e269568009950b92b0/badges/6091994f735bcf16a9c6/coverage.png” /> <img src=“https://semaphoreapp.com/api/v1/projects/33381ecc-8b20-48e4-bcf3-010197a588fc/163863/shields_badge.png” />

1. Runs on Ruby on Rails
2. Uses MySQL
3. Simply clone the repo, run bundle install, rake db:setup
4. Set the following environment variables:
  - GOOGLE_KEY
  - GOOGLE_SECRET
  - S3_KEY
  - S3_SECRET
  - S3_REGION
  - S3_BUCKET_NAME
5. Install ElasticSearch locally, and start it
6. Boot the Server