Skip to content

foltra/workstand

 
 

Repository files navigation

Workstand

Quick Install (Project Setup)

  1. $ git clone git@github.com:BridgeCityBicycleCoop/workstand.git
  2. $ cd workstand
  3. $ brew install pyenv
  4. $ brew install pipenv
  5. $ pyenv install 3.6.6
  6. $ pipenv install --python 3.6.6 --dev
  7. $ pipenv shell
  8. $ npm install
  9. $ ./manage.py migrate
  10. $ ./manage.py loaddata fixtures.yaml
  11. $ ./manage.py runserver
  12. $ npm start open a new terminal session to run this in workstand/bikeshop_project
  13. Visit http://localhost:8000/
  14. Login with u: admin@workstand.devand p: bike!bike!

Quick Start

  1. $ cd workstand/bikeshop_project
  2. $ ./manage.py run server
  3. $ npm start open a new terminal session to run this

Enable Async Tasks

This is needed for the experimental bike-inventory feature.

Requirements

  1. Docker

Start a worker process

  1. ./manage.py runworker -v3 --settings bikeshop.settings.development check-cpic

Requirements

  1. npm
  2. pyenv (>= 1.2.11)
  3. pipenv (>= 2018.11.26)

Depency Problems

  1. zipimport.ZipImportError: can't decompress data; zlib not available

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.3%
  • JavaScript 26.5%
  • HTML 22.1%
  • CSS 4.1%