Difference between revisions of "DNS Setup"
Step by step how-to instructions on installing and running KoBo Toolbox on a standalone server.
m |
m (Tag: visualeditor) |
||
Line 1: | Line 1: | ||
− | For server instances of KoBo Toolbox, the basic requirements of serving over HTTPS should be met. DNS records for Kobo subdomains, a CA-signed wildcard (or SAN) SSL certificate valid for those subdomains are pre-requisites. | + | For server instances of KoBo Toolbox, the basic requirements of serving over HTTPS should be met. |
+ | |||
+ | DNS records for Kobo subdomains, a CA-signed wildcard (or SAN) SSL certificate valid for those subdomains are pre-requisites. | ||
<pre> | <pre> |
Latest revision as of 14:06, 4 January 2017
For server instances of KoBo Toolbox, the basic requirements of serving over HTTPS should be met.
DNS records for Kobo subdomains, a CA-signed wildcard (or SAN) SSL certificate valid for those subdomains are pre-requisites.
kobo.msf.org. IN A 194.78.70.203 3600 kc.msf.org. IN A 194.78.70.203 3600 ee.msf.org. IN A 194.78.70.203 3600
Server instance uses docker-compose.server.yml
and envfile.server.txt
. Please be sure to enter these domain names into the KoBo Docker Setup.
It is also possible to create an HTTP-only local instance of KoBo ToolboxLocal instances will use docker-compose.local.yml
and envfile.local.txt
.
Config files are located in
KOBO_DOCKER=/home/ate/kobo-docker/