https://github.com/hashrocket/marketem
parlong app for the rubyjax pair along
https://github.com/hashrocket/marketem
Last synced: 8 months ago
JSON representation
parlong app for the rubyjax pair along
- Host: GitHub
- URL: https://github.com/hashrocket/marketem
- Owner: hashrocket
- Created: 2013-02-17T22:35:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-20T18:47:21.000Z (almost 13 years ago)
- Last Synced: 2024-12-30T03:32:51.760Z (over 1 year ago)
- Language: Ruby
- Size: 447 KB
- Stars: 0
- Watchers: 23
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marketem
## Install
- clone
- bundle
- rake db:setup
### Create Environment Variables
```
export BASIC_AUTH_NAME='username'
export BASIC_AUTH_PASSWORD='password'
```