WIP. Add config parameters for Remote service

This commit is contained in:
emeric
2014-08-22 22:57:19 +02:00
parent 8f8beb6237
commit 804b88ac50
8 changed files with 32 additions and 14 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
I) DEPENCIES
libboost-dev libextractor-dev libavcodec-dev libwt-dev
libboost-dev libextractor-dev libavcodec-dev libwt-dev libprotobuf-dev libconfig++-dev
Warning: your distrib may provide an outdated wt library. Using the latest Wt (>= 3.3.3) is highly recommended (http://www.webtoolkit.eu/wt)
@@ -32,7 +32,9 @@ Generate a self signed certificate:
IV) RUNNING
In the build directory:
# ./lms --docroot=../ui --approot=../ui/approot --https-port=5081 --https-address=0.0.0.0 --ssl-certificate=./certUI.pem --ssl-private-key ./privkeyUI.pem --ssl-tmp-dh dh2048.pem
# ./lms lms.conf
Create the lms.conf file using the etc/lms.sample.conf
Depending of your SSL parameters, you may be asked for the PEM passphrase to unlock the private key.