From cb82edb8c460ec71a6844b9283dd52ff9bbd964c Mon Sep 17 00:00:00 2001 From: Mandar <01.mandar@gmail.com> Date: Fri, 15 Jan 2016 23:32:06 +0530 Subject: Update README.md with markup >git mv README README.md >git commit -m "renamed README to README.md" >git log --follow README.md commit d2512c2e74cf6c14744407ce9c591a0727c6ba64 Author: Mandar <01.mandar@gmail.com> Date: Fri Jan 15 08:13:17 2016 +0530 Create README.md commit 6e5abf324a862209ee5091e56ded8335591d6a74 Author: Reja Mario Date: Mon Jan 6 21:04:42 2014 +0200 Fixed install scripts and readme files commit a54fd6eb95b7a10ac371eb1b7e6ebcc7c826cc11 Author: Fritz Elfert Date: Tue Apr 24 18:22:10 2012 +0200 - Fixed a typo commit a2bdb1cf022f9567459d469807c2b34dee82e9f7 Author: Fritz Elfert Date: Tue Apr 24 18:20:21 2012 +0200 - Initial README commit 04479c609488a362270842a4892bfee1772eac1e Author: Norbert Federa Date: Tue Mar 20 15:13:58 2012 +0100 first commit --- README.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9fa6e9a..745d01f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ +FreeRDP-WebConnect +====== FreeRDP-WebConnect will be a gateway for seamless access to your RDP-Sessions -in any HTML5-compliant browser. In particular it relies on the -Canvas (http://www.w3.org/TR/2dcontext/) and -WebSockets (http://www.w3.org/TR/websockets/) feature. +in any HTML5-compliant browser. +In particular it relies on the features +* Canvas (http://www.w3.org/TR/2dcontext/) +* WebSockets (http://www.w3.org/TR/websockets/) The server side WebSockets implementation handles current RFC6455 (http://tools.ietf.org/html/rfc6455) only, so browsers that implement @@ -15,8 +18,18 @@ connect as a client to any RDP session. Although the project is still in a very early development phase (project was started on April 3, 2012), it already can display an RDP session right now. -Added automated build/install script setup-all.sh -For unattended setup, installing all prereqs and deleting conflicting packages, run the script as root, specifying the following command: +### Installation ### +**Automated build/install script**:: +```sh +setup-all.sh +``` +**Unattended install script** +```sh ./setup-all.sh -f -i -d +``` +* Force to run as root user (-f) +* Install all dependency packages (-i) +* Remove conflicting packages (-d) -For addition details on the setup script and webconnect prereqs consult wsgate/README. \ No newline at end of file +### More Details ### +For addition details on the setup script and webconnect prereqs consult [wsgate/README](wsgate/README). -- cgit v1.2.3