|
@@ -174,7 +174,7 @@ h3. 6. Set up DNS
|
174
|
174
|
If you've just bought a new domain name, point it at "Linode's DNS Manager":https://library.linode.com/dns-manager or similar. Most VPS services (and even some domain registrars) offer a managed DNS service that you can use for this at no charge. If you're using an existing domain that's already managed elsewhere, you can probably just modify a few records.
|
175
|
175
|
|
176
|
176
|
Create an @A@ records which point to your server IP for:
|
177
|
|
- * @example.com@
|
|
177
|
+ * @example.com@
|
178
|
178
|
* @mail.example.com@
|
179
|
179
|
* @read.example.com@ (for wallabe)
|
180
|
180
|
* @news.example.com@ (for selfoss)
|
|
@@ -202,6 +202,10 @@ h2. Troubleshooting
|
202
|
202
|
|
203
|
203
|
If you run into an errors, please check the "wiki page":https://github.com/al3x/sovereign/wiki/Troubleshooting. If the problem you encountered, is not listed, please go ahead and "create an issue":https://github.com/al3x/sovereign/issues/new. If you already have a bugfix and/or workaround, just put them in the issue and the wiki page.
|
204
|
204
|
|
|
205
|
+h1. IRC
|
|
206
|
+
|
|
207
|
+#sovereign on "Freenode":http://freenode.net
|
|
208
|
+
|
205
|
209
|
h1. Contributing
|
206
|
210
|
|
207
|
211
|
You may want to set up a "local development environment":https://github.com/al3x/sovereign/wiki/Development-Environment so that you don't have to test on your real server.
|