Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.
/ example-spree Public archive

Example Spree Commerce app for Deis, the open source PaaS

License

Notifications You must be signed in to change notification settings

deis/example-spree

Repository files navigation

example-spree

This example application shows how you can deploy a Spree Commerce application to Deis.

Deploying to Deis

Please follow the instructions on http://docs.deis.io on how to deploy Deis, then run

$ deis create spree
$ deis config:set SECRET_TOKEN=$(rake secret)
$ deis config:set DATABASE_URL=postgres://username:password@mydb.example.com/mydbname
$ git push deis master
$ deis open

Releases

No releases published

Packages

No packages published

Languages