https://github.com/sofakingworld/currencyrate
https://github.com/sofakingworld/currencyrate
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sofakingworld/currencyrate
- Owner: sofakingworld
- Created: 2017-11-02T15:58:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T21:56:46.000Z (over 8 years ago)
- Last Synced: 2025-01-14T12:16:56.424Z (over 1 year ago)
- Language: Ruby
- Size: 338 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
[EXAMPLE AT HEROKU](https://rub-currency-rate.herokuapp.com)
## First of all clone this repository and install foreman gem
```bash
gem install foreman
```
## secondary run
```bash
foreman start -c install
```
## That will install application
## sample user and password for /admin panel
email: funbox_test@valute.ru
pwd: funbox
## run application by
```bash
foreman start -c start
```