chore: initial import
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -Eeuo pipefail
|
||||
set -a
|
||||
source /home/michael/runtime/main/.env
|
||||
set +a
|
||||
export BOEHMITOOLS_PLUGINS=/home/michael/src/boehmitools-main/plugins
|
||||
export BOEHMITOOLS_DATA=/home/michael/runtime/main/data
|
||||
export HOST="0.0.0.0"
|
||||
export PORT="8102"
|
||||
cd /home/michael/src/boehmitools-core
|
||||
exec /home/michael/venvs/boehmitools-main/bin/python run.py
|
||||
Reference in New Issue
Block a user