Setting up Orthanc server on Ubuntu 16. # How to compile, install and run newest version of Orthanc DICOM server # from Github source in Ubuntu 16.04 LTS cd sudo apt-get update sudo apt-get install build-essential unzip cmake mercurial uuid-dev libcurl4-openssl-dev liblua5.1-0-dev libgtest-dev libpng-dev libsqlite3-dev libssl-dev libjpeg-dev zlib1g-dev libdcmtk2-dev libboost-all-dev libwrap0-dev libcharls-dev libjsoncpp-dev libpugixml-dev doxygen qupzilla sudo rm -rf Orthanc* sudo apt-get purge orthanc git clone https://github.com/jodogne/OrthancMirror.git mkdir ~/OrthancBuild cd ~/OrthancBuild/ cmake -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release ~/OrthancMirror/ sudo make sudo make doc ./Orthanc --version ./Orthanc & qupzilla http://localhost:8042/app/explorer.html # press ESC key twice to ignore warning messages about Mozilla Firefox # when using the file upload function Original Post AT: https://mark911.wordpress.com/2016/07/13/how-to-compile-i...
DO ALL THINGS ON LIVE NOT ON LOCAL SERVER Setting up a SSL Cert from Comodo ================================= Step 1: Create new example key and CSR files openssl req -new -newkey rsa:2048 -nodes -keyout example_com.key -out example_com.csr This gives you two files: * ``example_com.key`` -- your Private key. You'll need this later to configure ngxinx. * ``example_com.csr`` -- Your CSR file. Now, purchase the certificate [1]_, follow the steps on their site, and you should soon get an email with your *PositiveSSL Certificate*. It contains a zip file with the following: * Root CA Certificate - `AddTrustExternalCARoot.crt` * Intermediate CA Certificate - `COMODORSAAddTrustCA.crt` * Intermediate CA Certificate - `COMODORSADomainValidationSecureServerCA.crt` * Your PositiveSSL Certificate - `www_example_com.crt` (or the subdomain you gave them) DO ALL THINGS ON LIVE NOT ON LOCAL SERVER Step 2: Go To orders, and Click on order detail and then re issuing the certificate ...
Skip to main content LOG IN SIGN UP PDF WEB-BASED SURVEY MANAGEMENT SYSTEM (W-SMS): USEFULNESS AND EASE OF USE Proceedings of Regional …, 2010 M. Abd Wahab Download with Google Download with Facebook or download with email WEB-BASED SURVEY MANAGEMENT SYSTEM (W-SMS): USEFULNESS AND EASE OF USE DOWNLOAD Proceedings of Regional Conference on Knowledge Integration in ICT 2010 445 WEB-BASED SURVEY MANAGEMENT SYSTEM (W -SMS): USEFULNESS AND EASE OF USE Suleiman Yafao Elhejaj, Ariffin Abdul Mutalib, *Mohd Helmy Abd Wahab. Universiti Utara Malaysia 06010 Sintok, Kedah suliman_alhegag@yahoo.com * Universiti Tun Hussein Onn Malaysia (UTHM) 86400 Batu Pahat, Johor Abstract This pap er discusses an ongoing p roject. The aim of the project is to dev elop an in-...
Comments
Post a Comment