Created
August 19, 2018 17:20
-
-
Save ziyan-junaideen/ae130622699fc32249588a586560f85b to your computer and use it in GitHub Desktop.
Ubuntu Setup for Basic Rails - I know, working on
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 characters
sudo apt -y install imagemagick libmagickcore-dev libmagickwand-dev | |
sudo apt-add-repository -y ppa:rael-gc/rvm | |
sudo apt update | |
sudo apt install rvm | |
sudo apt-get update | |
sudo apt-get install software-properties-common | |
sudo add-apt-repository ppa:certbot/certbot | |
sudo apt-get update | |
sudo apt-get install python-certbot-nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment