Skip to content

Installation

Willy Wong edited this page Jul 31, 2019 · 9 revisions

CIL Image Viewer installation

  1. cd $YOUR_GIT_FOLDER

  2. git clone https://github.com/CRBS/CIL_Image_Viewer.git

  3. Make your CIL_Image_Viewer as the DocumentRoot in the Apache httpd.conf

  4. Edit application/config/config.php

  5. 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"
}

Clone this wiki locally