From: Guillaume Pellerin Date: Wed, 14 Nov 2018 17:35:38 +0000 (+0100) Subject: update default port X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d0d7ae76734fde9ce5948c590f2cb8ca539ea8a7;p=mezzo.git update default port --- diff --git a/README.rst b/README.rst index 75ddc25f..b49407c6 100644 --- a/README.rst +++ b/README.rst @@ -152,7 +152,7 @@ and edit your own local_settings, especially the SECRET_KEY parameter. Then:: which builds, (re)creates, starts, and attaches all containers. -Then browse the app at http://localhost:9001/ +Then browse the app at http://localhost:9051/ On MacOS or Windows, you maybe need to replace 'localhost' by the IP given by the docker terminal. diff --git a/hooks.tmp/post_checkout b/hooks.tmp/post_checkout deleted file mode 100644 index 9cc82b0a..00000000 --- a/hooks.tmp/post_checkout +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -./bin/dev/update.sh \ No newline at end of file diff --git a/hooks/post_checkout b/hooks/post_checkout new file mode 100644 index 00000000..9cc82b0a --- /dev/null +++ b/hooks/post_checkout @@ -0,0 +1,3 @@ +#!/bin/bash + +./bin/dev/update.sh \ No newline at end of file