Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 675 Bytes

HOST.md

File metadata and controls

30 lines (20 loc) · 675 Bytes

host

This describes the setup of a host which runs the sphere stack.

system requirements

This platform should run OK for a few spheres using a 2gb (2g ram/2 cpu/40g disk) digital ocean server.

ufw

sudo ufw allow ssh
sudo ufw allow http
sudo ufw allow https
sudo ufw allow 8883/tcp
sudo ufw allow 2376/tcp
sudo ufw enable

Note: 2376/tcp is used by docker-machine to access docker over ssl.

To see the status.

sudo ufw status

For more information: