Skip to content

Instantly share code, notes, and snippets.

@jeanlescure
Created November 29, 2018 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeanlescure/ddfda918a1724580d82c9dfe53e63c40 to your computer and use it in GitHub Desktop.
Save jeanlescure/ddfda918a1724580d82c9dfe53e63c40 to your computer and use it in GitHub Desktop.
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