Hello!
I want to deploy Wordpress on my Odroid-C1 (ARM) in my home network for testing. I followed the 2 liner on the first page, but the 2nd command “sudo ee site create 192.168.1.100 --wp” produces an error and aborts the installation:
root@odroid:/home/odroid# ee site create 192.168.1.100 --wp Adding repository for NGINX, please wait… Adding repository for PHP, please wait… Updating apt-cache, please wait… Installing packages, please wait… Oops Something went wrong!! Check logs for reason
tail /var/log/ee/ee.log
& Try Again!!!
tail /var/log/ee/ee.log
Reading state information… Package nginx-custom is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: nginx-ee
E: Package ‘nginx-custom’ has no installation candidate 2016-10-02 09:56:56,401 (INFO) ee : Oops Something went wrong!! 2016-10-02 09:56:56,402 (ERROR) ee : Check logs for reason
tail /var/log/ee/ee.log
& Try Again!!!
Any Ideas?
Regards, Martin