This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Klapi
/
Telecaster
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
4b588f19d1
Branches
Tags
master
Telecaster
/
start.sh
start.sh
91 B
Historique
Raw
1
2
3
4
5
6
7
#!/bin/bash
set -ex
service cron start
gunicorn --bind 0.0.0.0:8000 src.wsgi:application