GramGoods is an e-commerce platform that allows merchants to create stores using their Instagram feeds.
-
Install gems using:
bundle install
-
bundle exec rake db:setup
-
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"
foreman start