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.

19 lines
819 B

# Workstand
8 years ago
## Quick start
8 years ago
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.dev`and `p: bike!bike!`
8 years ago
**Requirements**
1. Docker, Docker Compose and Docker Machine
2. Node and NPM