From c69542a34d9e4307a424cee177228dfbc45a66c4 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 13 Jan 2016 10:31:23 +0100 Subject: [PATCH] cleanup outdated README.md --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2edddff41..dd9a1a66d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ -The Box -======= +Cloudron a Smart Server +======================= -Development setup ------------------ -* sudo useradd -m yellowtent -** Add admin-localhost as 127.0.0.1 in /etc/hosts -** All apps will be installed as hypened-subdomains of localhost. You should add - hyphened-subdomains of your apps into /etc/hosts + +Selfhost Instructions +--------------------- + +The smart server currently relies on an AWS account with access to Route53 and S3 and is tested on DigitalOcean and EC2. + +First create a virtual private server with Ubuntu 15.04 and run the following commands in an ssh session to initialize the base image: + +``` +TODO curl from a well known released version of installer.sh +./installer.sh +```