diff --git a/stack_orchestrator/data/config/uniswap-interface/host-uniswap-glob.sh b/stack_orchestrator/data/config/uniswap-interface/host-uniswap-glob.sh index 8651e25c..37605794 100755 --- a/stack_orchestrator/data/config/uniswap-interface/host-uniswap-glob.sh +++ b/stack_orchestrator/data/config/uniswap-interface/host-uniswap-glob.sh @@ -19,4 +19,5 @@ cp -r /app-globs/uniswap/* ./globs # Serve the glob file cd globs +echo "Hosting glob file at port 3000" python3 -m http.server 3000 --bind 0.0.0.0 diff --git a/stack_orchestrator/data/stacks/uniswap-urbit-app/README.md b/stack_orchestrator/data/stacks/uniswap-urbit-app/README.md index 2a813741..7092d250 100644 --- a/stack_orchestrator/data/stacks/uniswap-urbit-app/README.md +++ b/stack_orchestrator/data/stacks/uniswap-urbit-app/README.md @@ -39,8 +39,6 @@ Edit `network` in spec file to map container ports to same ports in host ... network: ports: - uniswap-interface: - - 3000:3000 urbit-fake-ship: - 8080:80 - 12321:12321 @@ -77,6 +75,11 @@ laconic-so deployment --dir uniswap-urbit-app-deployment start * List and check the health status of all the containers using `docker ps` and wait for them to be `healthy` +* Run the following to get login password for urbit web interface + ```bash + laconic-so deployment --dir uniswap-urbit-app-deployment exec urbit-fake-ship "curl -s --data '{\"source\":{\"dojo\":\"+code\"},\"sink\":{\"stdout\":null}}' http://localhost:12321" + ``` + ## Clean up To stop all azimuth services running in the background, while preserving chain data: