From 02a1bad1833aeff8f533825da24f7589b9d2d8b2 Mon Sep 17 00:00:00 2001 From: Midgard Date: Thu, 26 Mar 2020 16:38:39 +0100 Subject: [PATCH] Add remote URL in README and change default --- README.md | 3 ++- rundev.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f6beb1..6496f28 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -To run in development mode, run `rundev.sh` in a shell. +To run in development mode, change `MATTERMOST_REMOTE` in `rundev.sh` to a server where you have an +account, then execute `rundev.sh`. This will start a web server, and mitmproxy to avoid CORS problems. Dependencies for that: Bash, Python and [`mitmproxy`](https://mitmproxy.org/). diff --git a/rundev.sh b/rundev.sh index 71daa64..f4bb835 100755 --- a/rundev.sh +++ b/rundev.sh @@ -2,7 +2,7 @@ # Config -MATTERMOST_REMOTE="https://mattermost.zeus.gent" +MATTERMOST_REMOTE="https://gitlab.mattermost.com"