2016-01-13 10:31:23 +01:00
|
|
|
Cloudron a Smart Server
|
|
|
|
|
=======================
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
|
2016-01-13 10:31:23 +01:00
|
|
|
|
|
|
|
|
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:
|
|
|
|
|
|
|
|
|
|
```
|
2016-01-22 13:03:31 +01:00
|
|
|
curl https://s3.amazonaws.com/prod-cloudron-releases/installer.sh -o installer.sh
|
|
|
|
|
chmod +x installer.sh
|
2016-01-13 10:31:23 +01:00
|
|
|
./installer.sh <domain> <aws access key> <aws acccess secret> <backup bucket> <provider> <release sha1>
|
|
|
|
|
```
|