Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

fbraem/mqwebapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQWeb App

MQWeb App will be the official web application for MQWeb.

This project is still in experimental mode ...

full screen mode

Install

Download

Clone the repository or download a copy and extract it somewhere on your system where MQWeb is running.

Install

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

Configure

MQWebApp needs to know where MQWeb is. Go to the config folder and change the corresponding environment script.

Build

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:

  1. Use node and the server.js script.
  2. Copy the html files and the build folder to a webserver.
  3. Let MQWeb serve the files.

MQWeb

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.

About

The webapp for MQWeb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published