![]() |
Stuck on installation- Need help - 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: Stuck on installation- Need help (/thread-1023.html) |
Stuck on installation- Need help - thjeske - 02-26-2019 I’m trying to install the latest version of opendocman Have the files installed on JustHost server in /public html_folder/opendocman/ Data file is in root folder: mcemedia.org/ Have created the needed databases CPanel 70.0 (build 66) Apache 2.4.38 PHP 7.0.33 MySQL 5.6.41-84.1 Perl 5.26.0 When beginning the install by entering: mcemedia.org/opendocman, I get a screen with this info: Looks like this is a new installation because we did not find a config.php file or we cannot locate the database. We need to create a config.php file now: Create a Configuration File Clicking on “create a configuration file” brings me to a page with this info: Welcome to OpenDocMan. Before getting started, we need some information on the database. You will need to know the following items before proceeding.
You can update your web server configuration file to prevent visitors from browsing your files directly. <Directory "/path/to/your/documents/dataDir"> Deny all </Directory> Or For newer version of apache <Directory "/path/to/your/documents/dataDir"> Deny From all </Directory> Or don't put your dataDir directory in the web space at all. Or in a .htaccess file in the dataDir directory: order allow,deny deny from all If for any reason this automatic file creation doesn't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open Code: config-sample.php Code: config.php Code: database.sql Let’s go! Clicking on “let’s go” takes me to this page and stops. http://mcemedia.org/opendocman/install/setup-config.php?step=1 Can you advise as to how to correct this? |