We distribute a binary in "xcelreader/out/artifacts/xcelreader_jar/". The binary is built for Ubuntu 16.04. If you want to run on a different OS you will need to rebuild the binary.
There are two ways to test this code. First, you could test the code locally, but this requires nodejs on your system. The easiest way is to just use the development website that we set up.
You must have nodejs installed. This is only tested on Ubuntu. All commands should be run in EALSurfer/. Once you have nodejs installed you also need to install the requirements...
npm-install EALSurfer/package.json
export PORT=5000
- Start the server.
nodejs app.js
-
Visit the website at localhost:5000.
-
Fill out the form.
-
Submit the form.
-
Download the resulting PDF.
-
Profit!
-
Visit our site at https://hacc2017-bbarcelona.c9users.io/
-
Fill out the form.
-
Submit the form.
-
Download the PDF.
-
Profit!