Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some questions if possible #1

Open
philzyk opened this issue May 8, 2018 · 1 comment
Open

Some questions if possible #1

philzyk opened this issue May 8, 2018 · 1 comment

Comments

@philzyk
Copy link

philzyk commented May 8, 2018

Hello!
You built an awesome product.
I want to try it to some of my project. But i far away from erlang
Do you have a guide to build your code?
Is it possible to use it for Centos 7.x?
Can i use it for my own rdp enabled VMs?
Where is some kind of config file?
Thank you!

@jmatthew
Copy link

jmatthew commented May 9, 2018

Hi!

You can probably run this on centos 7; we haven't tried it (we run it on openbsd), but I don't think there's any reason it wouldn't work. Just run ./rebar get-deps, then ./rebar compile, then ./rebar generate to fetch all the dependencies, compile everything, and generate an installable release.

The configuration file (rel/files/app.config) should give you some idea of what you'd need to set up to get this running. I'm considering adding a simpler testing mode that would make it a lot easier to get started, but I don't have any code for that yet.

Your backend VMs would need to report their status to the RDP proxy via HTTP requests (see the http_api section of the config file) so it knows it can send sessions to them. We haven't really documented how this part works, and it's not easy to figure it out from the code either. If you get up to this point, let me know and I'll see what I can do to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants