Skip to content

Instantly share code, notes, and snippets.

@gu-fan
Last active December 5, 2018 17:04
Show Gist options
  • Save gu-fan/cf5fdc82361bcc9df0bcfa63de87f2ee to your computer and use it in GitHub Desktop.
Save gu-fan/cf5fdc82361bcc9df0bcfa63de87f2ee to your computer and use it in GitHub Desktop.
TEST_SERVER
sudo apt-get update
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
sudo apt-get install -y nginx
sudo apt-get install -y p7zip-full
sudo npm install -g yarn
sudo yarn global add pm2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment