Just managed to get the Fabric install working on our Ubuntu 12.04 server. The following problems need to be solved:
1. File "/etc/apache2/sites-available/default.conf" does not exist. Solution: "cd /etc/apache2/sites-available && cp 000-default.conf default.conf" 2. File "/etc/apache2/sites-available/mayan" needs to be renamed to "/etc/apache2/sites-available/mayan.conf". I did this after the first unsuccesfull "initial fab -H localhost install" Other helpfull information for newbies like myself: * an unsuccessfull install can be reverted by "fab -H localhost uninstall" * after invoking "fab -H localhost uninstall" and before restarting a new install it is neccesary to manually uninstall user "mayan" and drop database "mayan" in MySQL On Sunday, April 6, 2014 12:55:30 AM UTC+2, Zoran Spoja wrote: > > I'm trying to install Mayan on our Ubuntu 12.04 server "by the book" - > http://mayan.readthedocs.org/en/latest/intro/installation.html > Managed to get up to a point when I recieve the following errors: > > [localhost] sudo: a2dissite default > [localhost] out: sudo password: > [localhost] out: ERROR: Site default does not exist! > > Warning: sudo() encountered an error (return code 1) while executing > 'a2dissite default' > > Adding Mayan EDMS's site files to: Apache > [localhost] put: <file obj> -> /etc/apache2/sites-available/mayan > [localhost] sudo: a2ensite mayan > [localhost] out: sudo password: > [localhost] out: ERROR: Site mayan does not exist! > > Fatal error: sudo() encountered an error (return code 1) while executing > 'a2ensite mayan' > > Aborting. > Disconnecting from localhost... done. > > Can anybody help me with this? > -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
