Hello,
With a fresh install and following instructions at:
https://github.com/nicholaswilde/berryio-smartthings/wiki/Installation
Ran into an error at the lines:
a2dissite default || { echo -e "Install failed!" 1>&2; exit 1; }
a2ensite berryio || { echo -e "Install failed!" 1>&2; exit 1; }
In the berryio_install.sh I renamed the command : a2dissite default to a2dissite 000-default and it seemed to work. Then I renamed the file berryio to berryio.conf and it seemed to work. However, apache will not restart. Perhaps I didn't fix it right. Any suggestions?
Thanks for your help.
Grego
Hello,
With a fresh install and following instructions at:
https://github.com/nicholaswilde/berryio-smartthings/wiki/Installation
Ran into an error at the lines:
a2dissite default || { echo -e "Install failed!" 1>&2; exit 1; }
a2ensite berryio || { echo -e "Install failed!" 1>&2; exit 1; }
In the berryio_install.sh I renamed the command : a2dissite default to a2dissite 000-default and it seemed to work. Then I renamed the file berryio to berryio.conf and it seemed to work. However, apache will not restart. Perhaps I didn't fix it right. Any suggestions?
Thanks for your help.
Grego