Get Ruby and Rails running on Ubuntu with one command
thechangelog.com
Get Ruby and Rails running on Ubuntu with one command
1–10 of 54 posts
Re: Get Ruby and Rails running on Ubuntu with one command
#2Re: Get Ruby and Rails running on Ubuntu with one command
#3wget https://github.com/joshfng/railsready/raw/master/railsready.... && bash ./railsready.sh
Besides the "1" command is really 4.
If you are setting up enough VM's that you need this you should have something like puppet installed and don't need this. If you are setting up one machine then do it by hand. Know the tools you have installed and keep track of them it will make deployment easier.
Re: Get Ruby and Rails running on Ubuntu with one command
#4Re: Get Ruby and Rails running on Ubuntu with one command
#5And there's something in the inner-sysadmin in me that sees "curl http://example.com/foo.sh && ./foo.sh" and shudders. That sounds like a receipe for disaster.
Re: Get Ruby and Rails running on Ubuntu with one command
#6That is many commands, but it's only one line. And there's something in the inner-sysadmin in me that sees "curl http://example.com/foo.sh && ./foo.sh" and shudders. That sounds like a receipe for disaster.
Re: Get Ruby and Rails running on Ubuntu with one command
#7Couldn't you just do: wget https://github.com/joshfng/railsready/raw/master/railsready.... && bash ./railsready.sh Besides the "1" command is really 4. If you are setting up enough VM's that you need this you should have something like puppet installed and don't need this. If you are setting up one machine then do it by hand. Know the tools you have installed and keep track of them it will make deployment easier.
Re: Get Ruby and Rails running on Ubuntu with one command
#8That is many commands, but it's only one line. And there's something in the inner-sysadmin in me that sees "curl http://example.com/foo.sh && ./foo.sh" and shudders. That sounds like a receipe for disaster.
Re: Get Ruby and Rails running on Ubuntu with one command
#9That is many commands, but it's only one line. And there's something in the inner-sysadmin in me that sees "curl http://example.com/foo.sh && ./foo.sh" and shudders. That sounds like a receipe for disaster.
Otherwise that line would be:
sudo aptitude install ruby1.9.2-full && sudo gem install railsRe: Get Ruby and Rails running on Ubuntu with one command
#10 it only takes three commands to install Gentoo
cfdisk /dev/hda && mkfs.xfs /dev/hda1 && mount /dev/hda1 /mnt/gentoo/ && chroot /mnt/gentoo/ && env-update && . /etc/profile && emerge sync && cd /usr/portage && scripts/bootsrap.sh && emerge system && emerge vim && vi /etc/fstab && emerge gentoo-dev-sources && cd /usr/src/linux && make menuconfig && make install modules_install && emerge gnome mozilla-firefox openoffice && emerge grub && cp /boot/grub/grub.conf.sample /boot/grub/grub.conf && vi /boot/grub/grub.conf && grub && init 6
that's the first one