crayon icon indicating copy to clipboard operation
crayon copied to clipboard

How can I use crayon on my own PC? (not a server or client machine)

Open squirrel233 opened this issue 7 years ago • 4 comments

I have a computer with GPU, and run my programs on it. I don't have a server or client machine, just one PC. How could I install crayon in this situation?

squirrel233 avatar Aug 09 '17 13:08 squirrel233

Hi there,

Crayon can run anywhere, you just need to be able to start multiple processes (e.g. one would be the crayon server process, and the other the process initialising the client object).

edran avatar Aug 09 '17 13:08 edran

@edran Thanks a lot! Did you mean that I should install both server&client crayon on my PC, and start multiple processes?

squirrel233 avatar Aug 09 '17 13:08 squirrel233

Indeed :)

edran avatar Aug 09 '17 13:08 edran

Could you show me more details? I don't know how to start multiple processes. How can I set the hostname--- cc = CrayonClient(hostname="server_machine_address")? @squirrel233 @edran

woaichipinngguo avatar Jan 08 '18 12:01 woaichipinngguo