# Installation
+### Steps to initialize a server
+`apt update`
+
+`apt dist-upgrade -y`
+
+`wget https://get.docker.com -O get-docker.sh && sh get-docker.sh`
+
+`apt install -y git;mkdir -p /docker/fluidbook-hosting-loadbalancer;cd /docker/fluidbook-hosting-loadbalancer;git clone git://git.cubedesigners.com/fluidbook-hosting-loadbalancer.git .;chmod 755 update;./update`
+
+`mkdir -p /docker/nginxproxy;cd /docker/nginxproxy;git clone git://git.cubedesigners.com/docker-template-nginxproxy.git .;chmod 755 update;./update`
+
+`mkdir -p /docker/portainer;cd /docker/portainer;git clone git://git.cubedesigners.com/docker-template-portainer.git .;chmod 755 update;./update`
+
### On each server :
If docker is not installed : `wget https://get.docker.com -O get-docker.sh && sh get-docker.sh`