Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unixmonkey/convoter

An app to group conference talks by time slot, and let you pick your desired talks in each time slot, and see who else is going.
https://github.com/unixmonkey/convoter

Last synced: 2 months ago
JSON representation

An app to group conference talks by time slot, and let you pick your desired talks in each time slot, and see who else is going.

Awesome Lists containing this project

README

        

# README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

## Deployment instructions

### Setup git remotes (One time only):

git remote add staging [email protected]:convoter-staging.git
git remote add production [email protected]:convoter.git

### Deploy to [staging](https://convoter-staging.herokuapp.com)
git push staging master
heroku run bin/rails db:migrate --app convoter-staging # if needed

### Deploy to [production](https://convoter.com)
git push production master
heroku run bin/rails db:migrate --app convoter # if needed

Because this app uses a [Heroku review app pipeline](https://dashboard.heroku.com/pipelines/18339062-de2b-469a-99c4-2d68be4d139f), you can open a pull request to generate an app for testing purposes.