-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Willy Wong edited this page Jul 31, 2019
·
9 revisions
-
cd $YOUR_GIT_FOLDER
-
Make your CIL_Image_Viewer as the DocumentRoot in the Apache httpd.conf
-
Edit application/config/config.php
-
Create your own cil_annotation_service_config.json
Example:
{
"cil_annotation_pgsql_db":"host=*** port=5432 dbname=cil_image_annotation_db user=*** password=****",
"image_service_auth":"*****",
"image_metadata_auth":******",
"image_service_prefix":"https://*****/*****/index.php",
"users":[
{
"username":"***",
"password":"****",
"salt": "*****"
}
],
"cdeep3m_result_service":"https://*****/*****/index.php/image_process_service/cdeep3m_result"
}