Skip to content

Instantly share code, notes, and snippets.

@taehwanno
Last active November 24, 2016 02:56
Show Gist options
  • Save taehwanno/1bc1547ffce3da3c8549e8fb3fbb42f3 to your computer and use it in GitHub Desktop.
Save taehwanno/1bc1547ffce3da3c8549e8fb3fbb42f3 to your computer and use it in GitHub Desktop.
ubuntu nginx settings for korean (+ node.js >= 6.x, git)
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install nginx
sudo service nginx stop
sudo apt-get remove vim-tiny
sudo apt-get install vim
sudo apt-get install language-pack-ko
sudo apt-get install language-pack-ko-base
sudo apt-get install git
sudo apt-get install -y build-essential
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment