public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/thewoolleyman/rails.git
update notes
thewoolleyman (author)
Sat Jul 19 11:49:36 -0700 2008
commit  02a4223fc2918c24196500dbfaf0371b3320d4f8
tree    dda97a5c4f2b1e96a128fcb13b8f993460b4dbf6
parent  5c77e73a5872206aca4909857ef17b043916df25
...
45
46
47
48
 
49
50
51
...
85
86
87
88
 
89
90
91
...
99
100
101
102
103
 
104
...
45
46
47
 
48
49
50
51
...
85
86
87
 
88
89
90
91
...
99
100
101
 
102
103
104
0
@@ -45,7 +45,7 @@ $ sudo vi /etc/nginx/sites-available/default
0
 $ sudo /etc/init.d/nginx start
0
 
0
 * Add project to cruise (It will still fail until everything is set up)
0
-$ cd /home/ci/ccrb
0
+$ cd ~/ccrb
0
 $ ./cruise add rails -s git -r git://github.com/rails/rails.git # or the URI of your branch
0
 
0
 * Set up cruise site config file:
0
@@ -85,7 +85,7 @@ $ sudo su - postgres -c 'createuser -s ci'
0
 
0
 * Install and run GemInstaller to get all dependency gems
0
 $ sudo gem install geminstaller
0
-$ cd /home/ci/.cruise/projects/rails/work
0
+$ cd ~/.cruise/projects/rails/work
0
 $ sudo geminstaller # turn up debugging with these options: --geminstaller-output=all --rubygems-output=all
0
 
0
 * Create ActiveRecord test databases for mysql
0
@@ -99,4 +99,4 @@ $ rake postgresql:build_databases
0
 
0
 * Reboot and make sure everything is working
0
 $ sudo shutdown -r now
0
-$ http://ci.rubyonrails.org
0
\ No newline at end of file
0
+$ http://ci.yourdomain.com
0
\ No newline at end of file

Comments

    No one has commented yet.