Community Support for OpenDocMan (Deprecated)
Installation Problem - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html)
+--- Thread: Installation Problem (/thread-325.html)



Installation Problem - vkyk - 10-13-2010

Install 1.2.5.7 to ubuntu server 10.4 (with latest updates). When use Firefox or IE 7 to point to /install/, both browsers are unable to display the installation page. They only download files. Firefox shows unknown file type - ext with part. Any help?


Re: Installation Problem - Stephen - 10-13-2010

Sounds like your PHP is not installed on your web server maybe.


Re: Installation Problem - vkyk - 10-13-2010

Hi Steven,

php (or lamp-server) has been installed in my ubuntu 10.4, see below checking.

sudo tasksel --list-task
i server Basic Ubuntu server
u eucalyptus-walrus Cloud computing: Walrus storage service
u eucalyptus-simple-cluster Cloud computing: all-in-one cluster
u eucalyptus-cluster Cloud computing: cluster controller
u eucalyptus-node Cloud computing: node controller
u eucalyptus-storage Cloud computing: storage controller
u eucalyptus-cloud Cloud computing: top-level cloud controller
u dns-server DNS server
u edubuntu-server Edubuntu server
i lamp-server LAMP server
i mail-server Mail server
i openssh-server OpenSSH server

I have reinstalled again but still not work. Any idea?


Re: Installation Problem - Stephen - 10-14-2010

please create a file on your server:

info.php

Contents:
Code:
<?php phpinfo();?>

Tell me if this page returns PHP information.


Re: Installation Problem - vkyk - 10-14-2010

Hi Steven,

I solve the problems.

I have tried to test php as you refer and find it only open it as text file. I install phpmyadmin in my ubuntu server and then find that it can load the installation page but need to include index.php ie http : //myserver/opendocman/install/index.php

Now I complete the installation. Thanks a lot.


Re: Installation Problem - homembom - 03-23-2011

Why the "Basic Ubuntu server" option doesn't appear on my Ubuntu (same version of yours)?

Actually the task list appears as follows:

Code:
u eucalyptus-walrus    Cloud computing: Walrus storage service
u eucalyptus-simple-cluster    Cloud computing: all-in-one cluster
u eucalyptus-cluster    Cloud computing: cluster controller
u eucalyptus-node    Cloud computing: node controller
u eucalyptus-storage    Cloud computing: storage controller
u eucalyptus-cloud    Cloud computing: top-level cloud controller
u dns-server    DNS server
u lamp-server    LAMP server
u mail-server    Mail server
u openssh-server    OpenSSH server
u postgresql-server    PostgreSQL database
i print-server    Print server
u samba-server    Samba file server
u tomcat-server    Tomcat Java server
u uec    Ubuntu Enterprise Cloud (instance)
u kubuntu-desktop    Kubuntu desktop
u kubuntu-netbook    Kubuntu netbook
u ubuntu-netbook    Ubuntu Netbook
i ubuntu-desktop    Ubuntu desktop
u edubuntu-dvd-live    Edubuntu live DVD
u kubuntu-netbook-live    Kubuntu Netbook Remix live CD
u kubuntu-live    Kubuntu live CD
u kubuntu-dvd-live    Kubuntu live DVD
u netbook-live    Ubuntu Netbook live environment
u ubuntu-live    Ubuntu live CD
u ubuntu-dvd-live    Ubuntu live DVD
u xubuntu-live    Xubuntu live CD
u manual    Manual package selection

That's to say, without the first option cited earlier.

vkyk Wrote:Hi Steven,

php (or lamp-server) has been installed in my ubuntu 10.4, see below checking.

sudo tasksel --list-task
i server Basic Ubuntu server
u eucalyptus-walrus Cloud computing: Walrus storage service
u eucalyptus-simple-cluster Cloud computing: all-in-one cluster
u eucalyptus-cluster Cloud computing: cluster controller
u eucalyptus-node Cloud computing: node controller
u eucalyptus-storage Cloud computing: storage controller
u eucalyptus-cloud Cloud computing: top-level cloud controller
u dns-server DNS server
u edubuntu-server Edubuntu server
i lamp-server LAMP server
i mail-server Mail server
i openssh-server OpenSSH server

I have reinstalled again but still not work. Any idea?