Skip to content

Commit 892a3b5

Browse files
author
James Stewart
committed
Added step to install apt-transport-https to enable pulling data from Phusion Passenger repo.
1 parent 5af07d3 commit 892a3b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/websites/ror/ruby-on-rails-with-nginx-on-debian-7-wheezy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ Create the file `/etc/apt/sources.list.d/passenger.list` with the following cont
5454

5555
deb https://oss-binaries.phusionpassenger.com/apt/passenger wheezy main
5656

57+
Enable HTTPS support for APT by running the command below:
58+
59+
sudo apt-get install apt-transport-https
60+
5761
Update your local package database and install Phusion Passenger:
5862

5963
apt-get update
@@ -94,7 +98,7 @@ Install MySQL Support (optional)
9498

9599
If your application uses MySQL, install the database server by following our [MySQL on Debian 7 (Wheezy) guide](/docs/databases/mysql/debian-7-wheezy). Once it's installed and configured properly, issue the following command:
96100

97-
apt-get install libmysqlclient-dev libmysql-ruby
101+
apt-get install libmysqlclient-dev libmysql-ruby
98102

99103
More Information
100104
----------------

0 commit comments

Comments
 (0)