-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Leo edited this page Apr 2, 2018
·
3 revisions
Welcome to the OutlineOnEC2 wiki! If you'd like to try again, the server installation on EC2 was tested using the image ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20180126 - ami-66506c1c (from Community AMIs)
What we did to get it working was:
Under "Configure Security Group", added a "Custom TCP Rule" and a "Custom UDP Rule". Set the Port Range for both to 1024-65535, and Source to 0.0.0.0/0
Install Docker
SSH in as user "unbuntu" curl -sS https://get.docker.com/ | sudo sh sudo usermod -aG docker $USER Reboot machine, then SSH again and run: wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh | sudo bash