Skip to content
Snippets Groups Projects
run_worker.sh 198 B
Newer Older
  • Learn to ignore specific revisions
  • thomaswoehlke's avatar
    thomaswoehlke committed
    #!/usr/bin/env bash
    
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    #
    # TODO #157 run_worker.sh - this is not yet working
    #
    
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    #export FLASK_ENV=development
    #export FLASK_APP=app
    #pip install -e .
    #flask run
    
    . venv/bin/activate
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    python app_worker