aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/macos.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/installing/macos.md b/docs/installing/macos.md
index 68f767b2b..041d1178a 100644
--- a/docs/installing/macos.md
+++ b/docs/installing/macos.md
@@ -113,18 +113,11 @@ Then create the databases:
### Clone Alaveteli
-We don't want to vendor Rails, as it causes problems locally.
-
git clone https://github.com/mysociety/alaveteli.git
cd alaveteli
git submodule init
-
- sed -i~ 's/\\[submodule "vendor\/rails"\\]//' .git/config
-
- sed -i~ 's/url = git:\/\/github.com\/rails\/rails.git//' .git/config
git submodule update
-**Note:** Due to Markdown bugs, the first `sed` command above does not display properly if it appears in blockquote.
### Configure Alaveteli