Update readme with command to get urbit password
This commit is contained in:
parent
59bf8e384f
commit
87e296d248
@ -19,4 +19,5 @@ cp -r /app-globs/uniswap/* ./globs
|
|||||||
|
|
||||||
# Serve the glob file
|
# Serve the glob file
|
||||||
cd globs
|
cd globs
|
||||||
|
echo "Hosting glob file at port 3000"
|
||||||
python3 -m http.server 3000 --bind 0.0.0.0
|
python3 -m http.server 3000 --bind 0.0.0.0
|
||||||
|
@ -39,8 +39,6 @@ Edit `network` in spec file to map container ports to same ports in host
|
|||||||
...
|
...
|
||||||
network:
|
network:
|
||||||
ports:
|
ports:
|
||||||
uniswap-interface:
|
|
||||||
- 3000:3000
|
|
||||||
urbit-fake-ship:
|
urbit-fake-ship:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
- 12321:12321
|
- 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`
|
* 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
|
## Clean up
|
||||||
|
|
||||||
To stop all azimuth services running in the background, while preserving chain data:
|
To stop all azimuth services running in the background, while preserving chain data:
|
||||||
|
Loading…
Reference in New Issue
Block a user