Friday, August 23, 2019

ZooNavigator

Setup project : https://www.elkozmon.com/zoonavigator/development/setup/

  1. Backend server, port 9000
    $
    git clone https://github.com/elkozmon/zoonavigator-api.git

    $
    cd zoonavigator-api

    $
    sbt play/run


    If you don't have sbt, download from https://www.scala-sbt.org/download.html

  2. UI : angular, port 4200
    $
    git clone https://github.com/elkozmon/zoonavigator-web.git

    $
    cd zoonavigator-web

    $
    npm install -g @angular/cli

    $
    npm install
    $ npm run dev
     
    The connection string is zookeeper host and port. Default is 127.0.0.1:2181
     
     

No comments: