Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/unixmonkey/convoter
- Owner: unixmonkey
- Created: 2016-11-11T14:01:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T03:47:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T02:52:20.600Z (almost 2 years ago)
- Language: Ruby
- Size: 188 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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 neededBecause 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.