Created
December 2, 2019 18:13
-
-
Save mgulsoy/f6f0d64f76c7bbfa10ee9d359d336b11 to your computer and use it in GitHub Desktop.
Debian 9 Üzerine Nginx ve Redmine Kurulumu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@debian-s-9:~# echo deb https://oss-binaries.phusionpassenger.com/apt/passenger stretch main > /etc/apt/sources.list.d/passenger.list | |
... | |
root@debian-s-9:~# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 561F9B9CAC40B2F7 | |
... | |
root@debian-s-9:~# apt-get update | |
... | |
root@debian-s-9:~# apt-get -y install libnginx-mod-http-passenger | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment