1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 01:13:22 -05:00
Jonathan Rosenbaum 53ed002440 Create a demo (production) with docker compose!
* Will alter to allow environment configurations.
2017-09-10 18:20:12 +00:00
2017-01-19 20:15:37 -06:00
2017-06-28 19:24:14 -06:00
2017-05-29 20:07:44 -06:00
2017-06-28 21:21:30 -06:00
2017-02-16 22:53:49 -06:00
2017-02-16 22:53:49 -06:00
2017-01-17 14:09:14 -06:00
2017-02-16 22:53:49 -06:00

Workstand

Quick start

  1. $ git clone git@github.com:BridgeCityBicycleCoop/workstand.git
  2. $ cd workstand/bikeshop_project
  3. $ npm install
  4. $ docker-machine start && eval $(docker-machine env)
  5. $ cd .. && docker-compose -f docker-compose.yml -f docker-compose.dev.yml build
  6. $ docker-compose -f docker-compose.yml -f docker-compose.dev.yml run workstand python manage.py migrate
  7. $ docker-compose -f docker-compose.yml -f docker-compose.dev.yml run workstand python manage.py loaddata fixtures.yaml
  8. docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d
  9. Visit http://192.168.99.100:8000/ (docker-machine ls to see IP address)
  10. Login with u: admin@workstand.devand p: bike!bike!

Requirements

  1. Docker, Docker Compose and Docker Machine
  2. Node and NPM
Description
No description provided
Readme MIT 707 KiB
Languages
Python 41.8%
HTML 34.7%
JavaScript 16.3%
SCSS 6.3%
Dockerfile 0.9%