Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethagnawl/gramgoods
Gramgoods E-Commerce Platform
https://github.com/ethagnawl/gramgoods
Last synced: about 10 hours ago
JSON representation
Gramgoods E-Commerce Platform
- Host: GitHub
- URL: https://github.com/ethagnawl/gramgoods
- Owner: ethagnawl
- License: mit
- Created: 2014-08-26T03:21:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T03:09:32.000Z (over 10 years ago)
- Last Synced: 2024-11-26T00:12:14.794Z (2 months ago)
- Language: Ruby
- Size: 2.21 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GramGoods
=GramGoods is an e-commerce platform that allows merchants to create stores using their Instagram feeds.
Getting Started
-1. Install gems using: `bundle install`
2. [Configure your database.](http://edgeguides.rubyonrails.org/configuring.html)
3. `bundle exec rake db:setup`
4. Add the following to ~/path/to/gramgoods/.env: (These can also be exported using via /etc/exports or however else you add environment variables.)
AWS_BUCKET = 'AWS_BUCKET'
AWS_ACCESS_KEY_ID = 'AWS_ACCESS_KEY_ID'
AWS_SECRET_ACCESS_KEY = 'AWS_SECRET_ACCESS_KEY'INSTAGRAM_ID = 'INSTAGRAM_ID'
INSTAGRAM_SECRET = 'INSTAGRAM_SECRET'STRIPE_API_KEY = "STRIPE_API_KEY"
STRIPE_PUBLIC_KEY = "STRIPE_PUBLIC_KEY"SECRET_TOKEN = "MY_SECRET_TOKEN"
DEVISE_SECRET_KEY = "MY_DEVISE_SECRET_KEY"
5. `foreman start`