You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jonathan Rosenbaum 4bbce49175 Improving documentation a little. 7 years ago
bikeshop_project choret: update install process to make easier to get started (#70) 7 years ago
docker/nginx Bring back ssl. 7 years ago
requirements Upgrade base requirements. 7 years ago
.gitignore Stop tracking. 7 years ago
.travis.yml Better branch checking. 7 years ago
Dockerfile Create a demo (production) with docker compose! 7 years ago
Dockerfile-dev Rename docker files for automated build. 7 years ago
Dockerfile-nginx Create a demo (production) with docker compose! 7 years ago
Dockerfile-webpack Add member notes (#35) 7 years ago
LICENSE Merge last couple of months of work (#45) 7 years ago
README.md choret: update install process to make easier to get started (#70) 7 years ago
default.conf Create a demo (production) with docker compose! 7 years ago
docker-compose.demo.yml Improving documentation a little. 7 years ago
docker-compose.dev.yml Add member notes (#35) 7 years ago
docker-compose.prod.yml Add member notes (#35) 7 years ago
docker-compose.yml Literally getting so close. 7 years ago
production.py Create a demo (production) with docker compose! 7 years ago

README.md

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