Skip to content

Commit 53abeea

Browse files
committed
Remove instructions about therubyracer for Linux
Instead of using therubyracerm, linux users should `sudo apt-get install nodejs`, which hopefully will allow Rails to find a node runtime. Fixes railsbridge#339
1 parent de110c5 commit 53abeea

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

sites/en/installfest/create_a_rails_app.step

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ step "Create a new Rails app" do
2424

2525
message "The command's output is voluminous, and will take some time to complete, with a long pause in the middle, after all the 'create...' statements ending in 'bundle install'. When it fully completes, it will return you to your home prompt. Look for the 'Your bundle is complete!' message just above."
2626

27-
tip do
28-
message "On Linux, you may have to enable this line to your Gemfile:"
29-
pre "gem 'therubyracer', :platforms => :ruby"
30-
message "Just delete the '#' in front of the statement"
31-
end
32-
3327
console "cd test_app"
3428
console "rails server"
3529

sites/en/installfest/linux.step

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Open a terminal (Applications > Accessories > Terminal). You may want to right-
1717
bison
1818
build-essential
1919
curl
20-
git-core
21-
libapr1
22-
libaprutil1
23-
libc6-dev
24-
libltdl-dev
20+
git-core
21+
libapr1
22+
libaprutil1
23+
libc6-dev
24+
libltdl-dev
2525
libreadline6
2626
libreadline6-dev
2727
libsqlite3-0
@@ -33,6 +33,7 @@ Open a terminal (Applications > Accessories > Terminal). You may want to right-
3333
libxslt1-dev
3434
libyaml-dev
3535
ncurses-dev
36+
nodejs
3637
openssl
3738
sqlite3
3839
zlib1g

0 commit comments

Comments
 (0)