Meddream install

Trouble during PacsOne Server installations
Post Reply
goldwolf
Posts:4
Joined:Wed Aug 22, 2012 8:03 pm
Meddream install

Post by goldwolf » Wed Aug 22, 2012 8:07 pm

I am having problems with meddream install. Specifically the last step,

6. Edit APACHE_HTDOCS_DIR/meddream/config.php file. Follow instructions
inside the file.

What file do I edit and where do I get it?

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Wed Aug 22, 2012 11:40 pm

APACHE_HTDOCS_DIR refers to the "htdocs" sub-folder where Apache Web Server is installed.

goldwolf
Posts:4
Joined:Wed Aug 22, 2012 8:03 pm

Post by goldwolf » Thu Aug 23, 2012 2:19 am

I got that far, found the folder. The only thing in their is the It works! html. Not sure what to modify.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Thu Aug 23, 2012 7:43 am

The instructions are referring to the "htdocs/meddream/config.php" file, so are you able to find it?

goldwolf
Posts:4
Joined:Wed Aug 22, 2012 8:03 pm

Post by goldwolf » Thu Aug 23, 2012 12:33 pm

The only config file I find that seems close is
"config.sample-pacsone.php" located in the meddream folder.

This is the content:
<?php
/* identifies the accompanying Database Management System */
$dbms = "MySQL";

/* identifies the accompanying PACS */
$pacs = "PacsOne";

/* host name (or IP address) of the database server */
$db_host = "localhost";

/* The "path" portion for MedReport integration
(MR will open as CURRENT_HOST_NAME$medreport_root_link?QUERY)

Leave empty if MR is not installed. Typical value: "/medreport/home.php"
*/
$medreport_root_link = "";

/* not required in this configuration, please don't change */
$archive_dir_prefix = "";
$login_form_db = "";
$pacs_login_user = "";
$pacs_login_password = "";
$dcm4che_recv_aet = "";
$mdpacs_dir = "";
$forward_aets = "";
?>

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Thu Aug 23, 2012 2:08 pm

Can you check with the technical support of the MedDream Viewer on what settings should be configured for this file?

http://www.softneta.com/meddream.html

goldwolf
Posts:4
Joined:Wed Aug 22, 2012 8:03 pm

Post by goldwolf » Thu Aug 23, 2012 7:42 pm

Here is the answer and it works!

>What setting do I need to change in the config file
Just rename "config.sample-pacsone.php" to "config.php". No need to change anything. I hope you use MySQL (not oracle, we does not support oracle)

>do I need to copy that into the Apache htdocs?
No. If you already have running PacsOne web administration, so MedDream files must be in "\PacsOne\php\meddream" folder

Post Reply