diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-18 10:11:34 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-18 10:11:34 +0000 |
commit | d4bdb6e2b254fa32a22af68b8a284ac79780038c (patch) | |
tree | 0a9bebcbb3bdfb01cd735adf4b041c18d6a0b8d9 | |
parent | c32b05e1cff3a5285b639e0adf34354e104271d5 (diff) |
Added Rails 2.3.11 as a submodule
-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 |