nagalun / multiplayerpiano-server

Unofficial server for the http://multiplayerpiano.com client.
https://piano.ourworldofpixels.com
ISC License
12 stars 16 forks source link

How to start the server? #2

Closed ghost closed 7 years ago

ghost commented 7 years ago

Can anyone help me?

nagalun commented 7 years ago

Have you compiled the server successfully? If you have, just start it with the following parameters: ./server the_admin_password port for example: ./server secretpass 1234 If you didn't compile yet the server, you need to download the sources, install the dependencies (zlib, openssl, libuv), enter the sources directory, and run 'make'

ghost commented 7 years ago

Ok, thanks :)