]> git.parisson.com Git - mezzo.git/commitdiff
update default port
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 14 Nov 2018 17:35:38 +0000 (18:35 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 14 Nov 2018 17:35:38 +0000 (18:35 +0100)
README.rst
hooks.tmp/post_checkout [deleted file]
hooks/post_checkout [new file with mode: 0644]

index 75ddc25f21a966657dfa5ca8ba2f0172408fed8d..b49407c6fea204d02f7f00e4cc4836b4af7f432d 100644 (file)
@@ -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 (file)
index 9cc82b0..0000000
+++ /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 (file)
index 0000000..9cc82b0
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+./bin/dev/update.sh
\ No newline at end of file