mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-09 22:10:18 -04:00
12 lines
541 B
Bash
Executable File
12 lines
541 B
Bash
Executable File
#!/bin/sh
|
|
#export LC_ALL=C.UTF-8
|
|
#export LANG=C.UTF-8
|
|
#export FLASK_APP=ghswebsite
|
|
#export APP_SETTINGS="config.ProductionConfig"
|
|
#/web/activities/ghs/public/env/bin/python run.py $PORT
|
|
#export PATH=$PATH:/home/2018wzhang/.gem/ruby/2.3.0/bin;
|
|
#/home/2018wzhang/.gem/ruby/2.3.0/bin/bundler exec jekyll serve --port $PORT
|
|
#/web/activities/sga/sgawebsite/manage.py runserver $PORT
|
|
/web/activities/sga/public/env/bin/python3 manage.py runserver $PORT
|
|
#/web/activities/ghs/public/env/bin/python /web/activities/ghs/public/ghswebsite/app.py $PORT
|