Skip to content

Commit 1b74a71

Browse files
committed
Updated README.
1 parent 34f6ea6 commit 1b74a71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ docker stop $(docker ps -q); docker rm $(docker ps --all -q); docker system prun
7979

8080
`./quickstart.sh`
8181

82-
The quickstart script will configure, build, and start the ANMS system for the first time. See comments in the script for additional details, including optional ENV variables to override default behavior.
82+
The quickstart script will configure, pull, and start the ANMS system for the first time. See comments in the script for additional details, including optional ENV variables to override default behavior.
83+
84+
NOTICE: By default, quick start will pull pre-built containers from the github registry (ghcr.io). To force a rebuild, run it as `FORCE_REBULD=y ./quickstart.sh`. See the script header for details.
8385

8486
To stop the system use `podman compose -f testenv-compose.yml -f docker-compose.yml down`.
8587

@@ -104,6 +106,7 @@ Choose the appropriate docker, podman or podman-compose commands in the directio
104106
- Clone this repository recursively (`git clone --recursive https://github.com/NASA-AMMOS/anms.git`)
105107
- Setup Volume containing PKI configuration (certificate chains and private keys):
106108
- `./create_volume.sh ./puppet/modules/apl_test/files/anms/tls`
109+
- OPTIONAL: The next 2 steps will build all ANMS containers. If desired, these steps can be replaced with 'pull'ing prebuilt containers from ghcr.
107110
- Build Core Images using one of the following:
108111
- `docker compose -f docker-compose.yml build`
109112
- `podman compose -f docker-compose.yml build`
@@ -228,6 +231,8 @@ Refer to the `.env` file for port binding overrides, or `docker-compose.yml` for
228231

229232
### ANMS-UI is not visible at hostname
230233

234+
Ensure that you are running with the 'full' profile. This is the default option when using the `.env` file, however some older versions of podman-compose may not parse the COMPOSE_PROFILES ENV variable correctly. If this is the case, specify the profile explicitly in your compose up commands. For example, `podman compose --profile full up`.
235+
231236
Check the startup logs for any errors. If using podman, some port numbers may need to be remapped using the `.env` file to higher numbered ports, or the system configuration modified to adjust permissions (not recommended).
232237

233238
If you go to your browser and hostname:9030 (replace hostname with the server's hostname) and you see the ANMS UI,

0 commit comments

Comments
 (0)