Matthias, I ran into the same issue. Add your ip address and port number after runserver and it will be accessible. Something like this:
mayan-edms.py runserver 192.168.1.200:80 Apache and other necessary modules seem to be embedded inside the django project. You shouldn't need to do configuration in the /etc/apache2 directory. If you've attempted to configure Apache (like I did), Mayan may tell you that port 80 is already in use. You can stop the regular apache server (apache2ctl -k stop) or change the listen port in the ports.conf (/usr/apache2/ports.conf) file to something like 8080. Take care, Chris Burcham -- --- 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.
