Skip to content

Instantly share code, notes, and snippets.

@plehr
Last active May 9, 2018 14:21
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 plehr/210cf81ede352a7b9ce7e6ca7f68365d to your computer and use it in GitHub Desktop.
Save plehr/210cf81ede352a7b9ce7e6ca7f68365d to your computer and use it in GitHub Desktop.
DigitalOcean Maschine mit NPM
apt-get update
apt-get install -y curl unzip wget htop zip git
curl -sL https://deb.nodesource.com/setup_8.x | bash -
apt-get install -y nodejs
npm install -g hexo-cli
ssh-keygen -t rsa -b 4096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment