summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md23
1 files changed, 2 insertions, 21 deletions
diff --git a/README.md b/README.md
index 2044331..4018b27 100644
--- a/README.md
+++ b/README.md
@@ -100,28 +100,9 @@ Check out the [Complete Setup Guide](https://github.com/r-raymond/nixos-mailserv
Checkout the [Complete Backup Guide](https://github.com/r-raymond/nixos-mailserver/wiki/A-Complete-Backup-Guide). Backups are easy with `SNM`.
-## How to Test for Development
-
-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
-```
-
-To test imap manually use
-
-```
-openssl s_client -host mail.example.com -port 143 -starttls imap
-```
+## Development
+See the [How to Develop SNM](https://github.com/r-raymond/nixos-mailserver/wiki/How-to-Develop-SNM) wiki page.
## Contributors
See the [contributor tab](https://github.com/r-raymond/nixos-mailserver/graphs/contributors)