Create Student Repo
https://ds100-repo.herokuapp.com/
This little app is used in DS100 to automatically create private repos for students.
The repos created look like s0001
, s0002
, etc.
To deploy another instance of this app:
-
Clone this repo and copy
config/application.yml.sample
intoconfig/application.yml
. Add your Github API token to that file. -
Run
bundle install
. -
Run
heroku create <app_name> git push heroku master heroku run rake db:migrate figaro heroku:set