Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

Commitf15f6d9

Browse files
committed
Merge pull request#48 from nloadholtes/master
Small fixes to the INSTALL instructions
2 parents6c31b43 +cb857b8 commitf15f6d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎INSTALL‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ touch on EC2 in here.
2828
* Install RubyGems:
2929
DO NOT INSTALL RUBYGEMS THROUGH APT-GET (or you'll live to regret it)
3030
wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz && \
31-
tar xzvf rubygems-1.3.5.tgz
32-
ruby rubygems-1.3.5/setup.rb
33-
ln -s /usr/bin/gem1.8 /usr/local/bin/gem
31+
tar xzvf rubygems-1.3.7.tgz
32+
ruby rubygems-1.3.7/setup.rb
33+
sudoln -s /usr/bin/gem1.8 /usr/local/bin/gem
3434
sudo gem update --system
3535

36-
* Install these gems (--no-ri --no-rdoc):
36+
* Install these gems (sudo gem install--no-ri --no-rdoc):
3737
pg sqlite3-ruby rails passenger sinatra right_aws rest-client rack \
3838
bcrypt-ruby rdiscount rubyzip libxml-ruby nokogiri json hpricot calais \
3939
curb daemons cloud-crowd yui-compressor jammit docsplit sunspot sunspot_rails
@@ -112,4 +112,4 @@ http://www.postgresql.org/docs/8.3/static/contrib.html
112112
* Start a local CloudCrowd server and node, with
113113
`rake crowd:server:start crowd:node:start`
114114

115-
* Start Nginx.
115+
* Start Nginx.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp