Skip to content
Andika Hermansyah edited this page Aug 22, 2016 · 9 revisions

This wiki under build, please create issue if you found problem

Now you can run from source without simple web server, just go folder /app/index.html and open it to your browser (I just maintenance webkit browser like chrome family)

Run from source code: ####A. Node.js

  1. Install Node.js
  2. Start the node command line
  3. Navigate to your NecrobotJavanHawk folder
  4. To install enter: npm install
  5. To start enter: npm start
  6. Will launch electron application

####B. Python

  1. Install Python
  2. Start command line
  3. Navigate to your NecrobotJavanHawk/app folder
  4. Type python -m SimpleHTTPServer 8000 8000 = Port
  5. Open Browser and type http://localhost:8000

In the NecrobotJavanHawk, the url on the config page should match the port you configured on bot side (both have the same default).

Clone this wiki locally