[DICOM] Download ClearCanvas Source Code
ClearCanvas,后面简称CC吧。
下面有几个产品,Workstaion, PACS,RIS, ImageServer等。有些需要License,有些是开源的。
其中开源的Community Edition中有
参考页面:https://trac.clearcanvas.ca/source/wiki/GettingTheCode
这里写的挺详细的,不过过程中还是碰到些问题,所以再把操作的步骤写一下。
- Download the TortoiseHG
http://tortoisehg.bitbucket.org/download/index.html
- Install it by default
- Open TortoiseHg
- Update the INI file to add folllowing:
[hostfingerprints]
sourcebrowser.clearcanvas.ca = 49:a4:93:51:27:85:f1:37:bf:32:b6:53:e0:77:31:cf:2e:af:ac:41
sourcebrowser.clearcanvas.ca = 49:a4:93:51:27:85:f1:37:bf:32:b6:53:e0:77:31:cf:2e:af:ac:41
Above doesn't work, so I continue to add the "certificate bundle".
- Download "certificate bundle"
https://certs.godaddy.com/anonymous/repository.seam?streamfilename=gd_bundle.crt&actionMethod=anonymous%2Frepository.xhtml%3Arepository.streamFile%28%27%27%29&cid=150567
- Copy the content from 'gd_bundle.crt' to 'C:\Program Files\TortoiseHg\hgrc.d\cacert.pem'
- Create a folder, right click on the folder, and select "TortoriseHg" -> "Clone..."
- Find a source from this page - "https://trac.clearcanvas.ca/source/wiki/HgRepositoryPointers"