To run, execute Server.java
with the following environmental variables set:
js_client
: the full path to thejs_client
folder in this repoglpsol_path
: the full path to the executableglpsol
program (on a Mac you can install it withbrew install homebrew/science/glpk
or Arch withpacman -S glpk
)
###To generate bundle.min.js file
- cd to
js_client
directory - run
npm install
- run
make