Last active
September 15, 2017 09:45
-
-
Save pqr/fae699f56677755a8fd96f29b2a062b4 to your computer and use it in GitHub Desktop.
Revisions
-
pqr revised this gist
Sep 15, 2017 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/install_ruby.sh | sudo -u appuser -i bash wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/install_mongodb.sh | bash wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/deploy.sh | sudo -u appuser -i bash -
pqr revised this gist
Sep 15, 2017 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ su appuser wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/install_ruby.sh | bash wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/install_mongodb.sh | bash wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/deploy.sh | bash -
pqr revised this gist
Sep 15, 2017 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/install_ruby.sh | bash --login appuser wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/install_mongodb.sh | bash --login appuser wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/deploy.sh | bash --login appuser -
pqr created this gist
Sep 15, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/install_ruby.sh | bash wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/install_mongodb.sh | bash wget -O - https://raw.githubusercontent.com/pqr/infra/config-scripts/deploy.sh | bash