Revision 51580a3fe96ba11fff2f7cca76939af9612adeeb authored by Harald Schilly on 13 January 2022, 16:53:41 UTC, committed by Harald Schilly on 13 January 2022, 18:41:44 UTC
1 parent 5d6845f
Raw File
go-hub
#!/usr/bin/env bash

set -ev

export COCALC_ROOT=$HOME/cocalc/src/
cd $COCALC_ROOT/packages/hub

export LOGS=$HOME/cocalc/src/data/logs/
export DATA=/Users/wstein/build/cocalc/src/data
export PORT=8000
export BASE_PATH=/

PGUSER='smc' PGHOST=$INIT_CWD/../../data/postgres/socket DEBUG='cocalc:*,-cocalc:silly:*',$DEBUG NODE_ENV=development NODE_OPTIONS='--max_old_space_size=16000 --trace-warnings --enable-source-maps' npx cocalc-hub-server --mode=single-user --all --hostname=0.0.0.0
back to top