|
@@ -3,9 +3,19 @@
|
|
Provides a Dockerfile to create a Dada-Mail docker image. In combination with a docker-compose.yml it also spawns a MariaDB.
|
|
Provides a Dockerfile to create a Dada-Mail docker image. In combination with a docker-compose.yml it also spawns a MariaDB.
|
|
Also see: http://dadamailproject.com/
|
|
Also see: http://dadamailproject.com/
|
|
|
|
|
|
|
|
+## Build Image
|
|
|
|
+
|
|
|
|
+If you are not using a pre-compiled image from Docker Hub and want to build it yourself, then just do:
|
|
|
|
+
|
|
|
|
+ ./build.sh
|
|
|
|
+
|
|
|
|
+This takes some time. Afterwards, you can go on starting it.
|
|
|
|
+
|
|
## First Start
|
|
## First Start
|
|
|
|
|
|
-Spawn the server with docker-compose up and visit the url:
|
|
|
|
|
|
+Spawn the server with
|
|
|
|
+
|
|
|
|
+ docker-compose up -d
|
|
|
|
|
|
-http://localhost:8080/dada/installer/install.cgi
|
|
|
|
|
|
+and visit the url: http://localhost:8080/dada/installer/install.cgi
|
|
|
|
|