-
Notifications
You must be signed in to change notification settings - Fork 32
Berryio installation recommendation #3
Description
I was not sure where to leave this info... I have berryio running successfully on my RPi 2. But noticed the following when installing that could be addressed in the install script or notes.
My version info:
Server version: Apache/2.4.10 (Raspbian)
Server built: Sep 5 2015 17:38:45
My RPi 2 is running Wheezy.
During install, it appears that a2ensite requires the config files in sites-available to end with a .conf extension. It would not add berryio unless I renamed the config file. Also, on my version of Apache, the file is no longer named default.conf, it is 000-default.conf. It seems that Apache changed some of the default file names. Maybe you could look for either or instruct the user to check what is there first? That is, if they aren't already running a site, which you already make note of.
Thanks!
chris