diff options
Diffstat (limited to 'init.sh')
| -rw-r--r-- | init.sh | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +export COUCHDB_USER=couchdb +export COUCHDB_PASSWORD=insecure +export COUCHDB_NAME=test +export COUCHDB_HOSTNAME=localhost +cd soc_collector/docker/ +docker compose up -d +read + +cd ../demo/ +python ../src/wsgi.py & +cd ../.. +go run jwt_mock.go & +read + +export PER_PAGE=2 +export COLLECTOR_URL=http://localhost:8000 +export JWT_URL=:http://localhost:8080 +npm run start |
