Commit b81f804de1b9699fb9db8542184ea6a54ebd33d2
1 parent
c9405648
Exists in
master
and in
22 other branches
Remove obsolete HACKING instructions
Showing
1 changed file
with
0 additions
and
13 deletions
Show diff stats
HACKING.rails235
... | ... | @@ -1,13 +0,0 @@ |
1 | -This is a draft of how to create a environment to Rails 2.3.5 to Noosfero | |
2 | -development. | |
3 | - | |
4 | -Install dependencies: | |
5 | - | |
6 | -gem install rails -v 2.3.5 | |
7 | -gem install i18n | |
8 | -gem install will_paginate -v 2.3.12 | |
9 | -gem install cucumber | |
10 | - | |
11 | -Creating initial environment: | |
12 | - | |
13 | -rake db:schema:load |