add some hints on how to test
This commit is contained in:
parent
e63b6ebda9
commit
4fdace2538
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -3,6 +3,22 @@
|
|||
|
||||
## Work in progress...
|
||||
|
||||
### How to Test
|
||||
|
||||
You can test the setup via `nixops`. After installation, do
|
||||
|
||||
```
|
||||
nixops create nixops/single-server.nix nixops/vbox.nix -d mail
|
||||
nixops deploy -d mail
|
||||
nixops info -d mail
|
||||
```
|
||||
|
||||
You can then test the server via e.g. `telnet`. To log into it, use
|
||||
|
||||
```
|
||||
nixops ssh -d mail mailserver
|
||||
```
|
||||
|
||||
## A Complete Mail Server Without Moving Parts
|
||||
|
||||
### Used Technologies
|
||||
|
|
Loading…
Reference in a new issue