1 | initial version |
After you clone the repository, execute the following:
sudo install_prereqs.sh
sudo setup-all.sh -f
Then you should configure wsgate by following the template: https://github.com/FreeRDP/FreeRDP-WebConnect/blob/master/wsgate/wsgate.ini.sample.in You should start wsgate as follows
./wsgate -c ./wsgate.ini
The "-c" option is used so that wsgate will know what config file it should use.
Hope that helps. Cosmin.