Installing Ruby Rails on Manjaro Linux
Thought I'd give Rails another go on my newly created Manjaro Linux VM.
After filling in a couple of required packages the above screenshot shows it firing through the Rails install.
To get to this stage I did the following;
Now to dig out that Rails tutorial I was working through.
Update,
Turns out can't start a rails server do it a missing JavaScript Runtime, bit more searching require.
Update2,
Found the answer on the Arch Linux Wiki which worked updated the instructions above.
Doodle's Geek Monkey by Alastair Montgomery
After filling in a couple of required packages the above screenshot shows it firing through the Rails install.
To get to this stage I did the following;
- sudo pacman -S base-devel ruby sqlite3 nodejs
- Added /home/alastair/.gem/ruby/2.1.0/bin to my path in .bashrc
- gem install rails
- gem install execjs
Now to dig out that Rails tutorial I was working through.
Update,
Turns out can't start a rails server do it a missing JavaScript Runtime, bit more searching require.
Update2,
Found the answer on the Arch Linux Wiki which worked updated the instructions above.
- sudo pacman -S nodejs
Doodle's Geek Monkey by Alastair Montgomery


