EasyEngine
Here's how to get EasyEngine running on Ubuntu 14.04 and Ubuntu 16.04 on our platform.
First thing you need to do is to stop and remove apache:
service apache2 stop
apt-get remove apache2
Then you can run the following commands:
wget -qO ee rt.cx/ee && sudo bash ee
ee site create <<YOUR-DOMAIN-NAME.com>> --wpfc
If this doesn't work for you, please open a ticket and we'd be happy to take a look at it.