docs: add some post install steps

This commit is contained in:
Khue Doan 2022-10-14 21:59:50 +07:00
parent 8f7bd25996
commit 014cc8f571
2 changed files with 21 additions and 1 deletions

View File

@ -14,7 +14,7 @@ There are 4 main parts:
To edit and view locally, run: To edit and view locally, run:
``` ```sh
make docs make docs
``` ```

View File

@ -23,3 +23,23 @@ Save the following files to a safe location like a password manager (if you're u
- Gitea: - Gitea:
- Username: `gitea_admin` - Username: `gitea_admin`
- Password: get from Vault - Password: get from Vault
## Run the full test suit
After the homelab has been stabilized, you can run the full test suite to ensure that everything is working properly:
```sh
make test
```
!!! info
The "full" test suit is still in its early stages, so any contribution is greatly appreciated.
## Clean up
Turn off the ephemeral containers:
```sh
make clean
```