Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 364 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 364 Bytes

README

Sample Docker Implementation of Solidus using Postgres

Requirements

  • Docker
  • Docker Compose

Install

To run, do the following:

docker-compose build
docker-compose run --rm app bundle exec rake db:setup spree_sample:load
docker-compose up

Navigate your browser to http://localhost:3000/

To terminate run

docker-compose down