Skip to content
Snippets Groups Projects
Select Git revision
  • ab4e72901560719494aa6a4d1c1fad9c5d5dd2c4
  • master default protected
  • v2 protected
  • v2-test protected
  • piratiuk
  • regionalSuccess
  • v1
7 results

VERSION

Blame
  • run.sh 145 B
    #!/bin/bash
    
    # exit on error
    set -e
    
    # migrate database
    python manage.py migrate
    
    # start webserver
    exec gunicorn -c gunicorn.conf.py majak.wsgi