Last active
June 4, 2017 18:31
-
-
Save sbcoba/4e00d0bff9968c50d43b783bf6084d86 to your computer and use it in GitHub Desktop.
ec2 초기 설정
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
sudo yum update | |
sudo yum install -y java-1.8.0-openjdk-devel | |
sudo yum remove -y java-1.7.0-openjdk | |
sudo yum install -y git | |
sudo yum install -y zsh | |
sudo su - | |
# ec2-user 패스워드 설정 | |
passwd ec2-user | |
exit | |
# oh my zsh 설치 | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment