Skip to content

Run and debug Pipes locally

Saša Mitrović edited this page Jun 16, 2020 · 5 revisions

Prepare the environment

Prerequisites:

Environment setup

Run the following commands:

git clone https://github.com/marklogic-community/pipes.git
cd pipes
npm install
npm install -g @quasar/cli

Running from source

This process is meant for local development, i.e. changes are immediately reflected.

In one terminal/command prompt, run:

cd java-middle-tier
gradle runLocal

Then in a separate terminal/command prompt, run:

cd java-middle-tier
gradle runQuasarDev

Build the jar

cd pipes/java-middle-tier
gradle bootJar

Resulting jar would be found at java-middle-tier/build/libs/