Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleBuild Maven
# cd download-dir/apache-streampipes-#.##.#-incubating/
mvn clean install

# we use install here as these dependencies will be later required by streampipes-extensions (with the core modules not yet being available on Maven Central at release validation time)

...

The next step is to build the UI, switch to the ui directory and do the following:

Code Block
titleBuild UI
# cd ui
npm install
npm run build-rc

Start test system 

...