Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilimchoi/coingenius
https://github.com/kilimchoi/coingenius
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kilimchoi/coingenius
- Owner: kilimchoi
- Created: 2017-05-28T22:56:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:45:07.000Z (about 2 years ago)
- Last Synced: 2024-04-15T02:31:41.385Z (8 months ago)
- Language: CSS
- Size: 2.39 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coingenius
# Setup
```bash
bin/setup
```# Usage
- Install `foreman`
```bash
gem install foreman
```- Run it with `Procfile.dev-server`. It will start rails server, complile assets through webpack and start sidekiq worker as well.
```bash
foreman start -f Procfile.dev-server
```# Deploy
- Setup branches for each heroku application:
```bash
heroku git:remote --remote heroku-staging -a coingenius-staging-app // staging
heroku git:remote --remote heroku -a coingenius // production
```- Run script:
```
bin/heroku_deploy staging
```or
```
bin/heroku_deploy production
```