DeviceFarmer / stf

Control and manage Android devices from your browser.
https://devicefarmer.github.io
Other
3.52k stars 497 forks source link

[Query] Can I create 2 different STF servers and connect them to another centralised server? #690

Closed sunilkn006 closed 1 year ago

sunilkn006 commented 1 year ago

What is the issue or idea you have?

I have a query on one of a scenario.

Query -

denis99999 commented 1 year ago

@sunilkn006 yes of course STF is made for that, see DEPLOYMENT.md documentation for details about such distributed architecture!

sunilkn006 commented 1 year ago

Thanks @denis99999 Let me check the documentation

sunilkn006 commented 1 year ago

@denis99999 - I went through the DEPLOYMENT.md and Setup Examples

I am not so well versed with deployments. I am trying to figure out ways to proceed on Mac machine.

I have completed installing STF on 2 Mac machines and able to run stf local And further looking to deploy these 2 setups to another Mac machine.

Is there any guide which provides noob level steps?

sunilkn006 commented 1 year ago

Hi @denis99999 Any information around this please?

denis99999 commented 1 year ago

@sunilkn006 I already answered you about that, I add that stf local is not supported in production mode but it is reserved for development purpose, so if you want a distributed architecture you have to conform to the DEPLOYMENT.md model, I add also that Mac OS is not recommended but you have to prefer Linux OS which is fully supported.

sunilkn006 commented 1 year ago

Thanks @denis99999 Let me figure it out.