Erik Anderson
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
Thanks for this. I am getting an error on installing passenger, it looks like the apt source changed according to this:
http://www.modrails.com/doc...
So this:
sudo sh -c "echo 'deb https://oss-binaries.phusio... 12.04 main' >> /etc/apt/sources.list.d/passenger.list"
should be:
sudo sh -c "echo 'deb https://oss-binaries.phusio... precise main' >> /etc/apt/sources.list.d/passenger.list"