mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:04:32 +07:00
docs: add some post install steps
This commit is contained in:
parent
8f7bd25996
commit
014cc8f571
@ -14,7 +14,7 @@ There are 4 main parts:
|
||||
|
||||
To edit and view locally, run:
|
||||
|
||||
```
|
||||
```sh
|
||||
make docs
|
||||
```
|
||||
|
||||
|
@ -23,3 +23,23 @@ Save the following files to a safe location like a password manager (if you're u
|
||||
- Gitea:
|
||||
- Username: `gitea_admin`
|
||||
- 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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user