summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2018-02-28 14:07:50 +0100
committerGitHub <noreply@github.com>2018-02-28 14:07:50 +0100
commit95dad50dcba6eeef7a86e663a859512350b3b76f (patch)
tree9e345151bcfcd615cf1e8c9c4c72fce482e1d264 /README.md
parent6c2bfe55e8a8d32e6c9d5ed63ad3352243359cc8 (diff)
Move development to wiki page
Diffstat (limited to 'README.md')
-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)