[HELP] Casino-Server

Results 1 to 2 of 2
  1. #1
    Enthusiast nasokha123 is offline
    MemberRank
    Jul 2013 Join Date
    jakarta selatanLocation
    41Posts

    note [HELP] Casino-Server

    hai guys,

    I found a game source casino server in github,
    but i do not know how to build it, i've tried from learning node.js redis and pm2, but i did not find the slightest way of building this server,
    maybe from the master here can explain or rather make a tutorial to build a casino server from this source,

    I am very grateful if anyone would help me patiently

    Code:
    https://github.com/floatinghotpot/casino-server

    nb: im from indonesia and I'm not very fluent in English, so please understand if there is a mistake from me


  2. #2
    Member Klemenxer is offline
    MemberRank
    Mar 2017 Join Date
    JapanLocation
    70Posts

    Re: [HELP] Casino-Server

    You didn't need to learn it's on README.md itself
    Installation

    • Installing globally and run as service with PM2:

    [sudo] npm install pm2 -g
    [sudo] npm install casino-server -g

    # run redis-server first
    redis-server &

    # run as service and cluster mode
    pm2 start `which casino-server` -i 0


    • Installing as a node app, and run in current folder:

    git clone https://github.com/floatinghotpot/casino-server.git casino
    cd casino
    npm install
    # sudo npm install -g gulp
    # gulp build
    node bin/casino-server [options]

    Now you can visit http://localhost:7000, it's a web-based game client for testing and demo purpose.
    # open a browser to access the test web page

    open http://localhost:7000/



Advertisement