- Node (https://nodejs.org/en/)
- Gulp (http://gulpjs.com/)
- Bower (https://bower.io/)
- In terminal
npm install
bower install
gulp
- Edit "dist/config.*.js" to specific nlp-tab URL and add set isSecure=false if you want NLP-TAB to be read-only.
- Host "dist" directory.
Alternatively, you can use "gulp webserver" to host.
You will need to enable Cross-Origin Resource Sharing in elasticsearch by adding the following to config/elasticsearch.yml.
http.cors.enabled: yes
http.cors.allow-origin: "/https?:\\/\\/localhost(:[0-9]+)?/"