Skip to content

Instantly share code, notes, and snippets.

@mgulsoy
Created December 2, 2019 18:13
Show Gist options
  • Save mgulsoy/f6f0d64f76c7bbfa10ee9d359d336b11 to your computer and use it in GitHub Desktop.
Save mgulsoy/f6f0d64f76c7bbfa10ee9d359d336b11 to your computer and use it in GitHub Desktop.
Debian 9 Üzerine Nginx ve Redmine Kurulumu
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