Created
November 29, 2018 02:23
-
-
Save jeanlescure/ddfda918a1724580d82c9dfe53e63c40 to your computer and use it in GitHub Desktop.
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
apt-get update | |
apt-get install -y software-properties-common | |
add-apt-repository -y ppa:certbot/certbot | |
apt-get update | |
apt-get install -y gpp python zip unzip mariadb-server nginx python-certbot-nginx | |
systemctl status mariadb | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash | |
source ~/.bashrc | |
nvm install 10.13 | |
npm install -g yarn | |
npm install -g forever | |
certbot --nginx certonly -d lescure.space | |
sudo adduser --system --no-create-home --shell /bin/false --group --disabled-login www |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment