LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   phpgroupware (https://www.linuxquestions.org/questions/debian-26/phpgroupware-215331/)

rickenbacherus 08-09-2004 08:02 AM

phpgroupware
 
Of course apt installs phpgroupware just fine. The thing is it installs it to /usr/share/phpgroupware which of course doesn't work if you point your browser to /usr/share/phpgroupware/index.php. Now if I link /usr/share/phpgroupware to /var/www/phpgroupware then I can get in just fine @ http://localhost/phpgroupware My question is:

Is linking the proper way to do it or am I supposed to move the phpgroupware directory to /var/www? If so I see no advantage to using apt for this. Also I've been unable to locate a howto for phpgroupware under Debian but would love to read one if it exists. Thanks.

comp12345 08-09-2004 01:51 PM

Why would you want to point your browser to /usr/share/phpgroupware/index.php? You should not even have to link /usr/share/phpgroupware to /var/www/phpgroupware. It is included in /etc/apache/httpd.conf through /etc/apache/conf.d/phpgroupware.conf.

Go to
Code:

http://localhost/phpgroupware/setup
to configure phpgroupware.

Look at
Code:

http://localhost/phpgroupware/doc/en_US/html/admin/
for help.


All times are GMT -5. The time now is 03:54 PM.