From c05508ca675917cba87a50565287b9d765948956 Mon Sep 17 00:00:00 2001 From: Maelig Nantel Date: Mon, 13 Jun 2016 13:35:38 +0200 Subject: [PATCH 1/2] Update INSTALL.md --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index e98aa125..e5a26ffe 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -137,14 +137,14 @@ wget https://raw.githubusercontent.com/kaiyou/freeposte.io/master/freeposte.env ``` These templates are used for development environment. So, if you do not plan -on biulding Freeposte.io from source, simply remove the ``build:`` references: +on building Freeposte.io from source, simply remove the ``build:`` references: ``` sed -i '/build:/d' docker-compose.yml ``` The default configuration will pull the latest image built from the Docker -Hub, which is based on the latest commit on Github. This behaviour is ok for +Hub, which is based on the latest commit on GitHub. This behaviour is ok for evaluating Freeposte.io, but you should at least specify a branch. You will still get bugfixes and security updates, but breaking changed will not be pulled unless you explicitely change the branch number. To specify you want @@ -219,4 +219,4 @@ You should test all the critical features before using the mail server for actual messages. Try to send and receive e-mails, monitor the logs for some unexpected errors, etc. -Your server should now be running! \ No newline at end of file +Your server should now be running! From 27ee248e8969933ea5df9a415dc3347edd95cffe Mon Sep 17 00:00:00 2001 From: Maelig Nantel Date: Fri, 17 Jun 2016 14:35:26 +0200 Subject: [PATCH 2/2] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index e5a26ffe..13067124 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -197,7 +197,7 @@ docker-compose up -d Then bootstrap the database: ``` -docker exec -i -t freeposte_amin_1 python initdb.py +docker exec -i -t freeposte_admin_1 python initdb.py docker-compose restart ```