|
|
(One intermediate revision by the same user not shown) |
Line 5: |
Line 5: |
| /usr/bin/passenger-config validate-install | | /usr/bin/passenger-config validate-install |
| | | |
− | = Trash =
| + | purge: |
| | | |
− | From: https://www.phusionpassenger.com/library/install/nginx/install/oss/bionic/
| + | apt-get purge nginx nginx-common |
− | | + | |
− | From: https://www.phusionpassenger.com/docs/advanced_guides/install_and_upgrade/nginx/install/oss/focal.html
| + | |
− | | + | |
− | apt-get install -y curl gnupg build-essential dirmngr apt-transport-https ca-certificates | + | |
− | ## ubuntu 20
| + | |
− | # apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 561F9B9CAC40B2F7
| + | |
− | ## ubuntu 22
| + | |
− | curl https://oss-binaries.phusionpassenger.com/auto-software-signing-gpg-key.txt | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/phusion.gpg >/dev/null
| + | |
− | ## ubuntu 20
| + | |
− | # sh -c 'echo deb https://oss-binaries.phusionpassenger.com/apt/passenger focal main > /etc/apt/sources.list.d/passenger.list'
| + | |
− | ## ubuntu 22
| + | |
− | sh -c 'echo deb https://oss-binaries.phusionpassenger.com/apt/passenger jammy main > /etc/apt/sources.list.d/passenger.list'
| + | |
− |
| + | |
− | apt-get update
| + | |
− | apt-get install -y libnginx-mod-http-passenger
| + | |
− | | + | |
− | | + | |
− | From: https://www.phusionpassenger.com/library/walkthroughs/deploy/ruby/ownserver/nginx/oss/install_language_runtime.html
| + | |
Latest revision as of 22:14, 16 October 2024
Done; this is now in Ansible.
Validate install:
/usr/bin/passenger-config validate-install
purge:
apt-get purge nginx nginx-common