website-2018/run.sh
2017-11-15 15:38:05 -05:00

12 lines
441 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
jekyll serve --port $PORT
#/web/activities/ghs/public/env/bin/python /web/activities/ghs/public/ghswebsite/app.py $PORT