diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | INSTALL.txt | 5 | ||||
m--------- | vendor/rails | 0 |
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 4ef4ae826..f98b4a514 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "commonlib"] path = commonlib url = git://git.mysociety.org/commonlib +[submodule "vendor/rails"] + path = vendor/rails + url = https://github.com/rails/rails.git diff --git a/INSTALL.txt b/INSTALL.txt index 0a5b8fa20..e897266fb 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -35,11 +35,12 @@ have updated versions there), so you will want to add that to your deb http://debian.mysociety.org etch main non-free contrib deb-src http://debian.mysociety.org etch main non-free contrib -You will also want to install mySociety's common ruby libraries. Run: +You will also want to install mySociety's common ruby libraries and the Rails +code. Run: git submodule update --init -to fetch the contents of the commonlib submodule. +to fetch the contents of the submodule s. 2. Configure Database --------------------- diff --git a/vendor/rails b/vendor/rails new file mode 160000 +Subproject abc06a2f769e6e451462460610369ccddb45255 |