MQWeb App will be the official web application for MQWeb.
This project is still in experimental mode ...
Clone the repository or download a copy and extract it somewhere on your system where MQWeb is running.
MQWebApp uses some libraries which must be installed using npm. Go to the folder where you extracted MQWebApp or where you cloned the repository and run npm:
npm install
MQWebApp needs to know where MQWeb is. Go to the config folder and change the corresponding environment script.
When everything is installed you need to build MQWebApp using webpack:
./node_modules/.bin/webpack
When the build is successful, you have some options to run the app:
- Use node and the server.js script.
- Copy the html files and the build folder to a webserver.
- Let MQWeb serve the files.
When you have choosen option 3, MQWeb, you need to add the following property to mqweb.properties:
mq.web.app=<mqwebapp-path>
Note that this will only work with MQWeb version 0.1.0 (currently in development) and above.