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