mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-05 23:13:11 +00:00
15 lines
300 B
Markdown
15 lines
300 B
Markdown
|
|
# Codex Testnet Starter
|
||
|
|
Hit the ground running with Codex.
|
||
|
|
|
||
|
|
## How to start
|
||
|
|
- Have docker installed.
|
||
|
|
- Clone this repo.
|
||
|
|
- `docker-compose up -d`
|
||
|
|
- Open browser to `<GUI ENDPOINT HERE>`
|
||
|
|
|
||
|
|
## How to stop
|
||
|
|
- `docker-compose down`
|
||
|
|
|
||
|
|
## How to stop and delete everything
|
||
|
|
- `docker-compose down --rmi all -v`
|