vertigo-io / vertigo-mars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mars is the Vertigo demo app powered by Vertigo-ui.

Vertigo-UI is built over Vue.js, Quasar and SpringMVC.

In order to test it on your side, you might deploy all the used parts (ElasticSearch, Redis, PostgreSQL, ...) but the simplest way is to change its activeFlags from configuration.

1- Edit web.xml

<context-param>
  <param-name>boot.activeFlags</param-name>
  <param-value>klee</param-value>
</context-param>

2- change param-value to home;initialData. With this flags all components switch to an local hostable version (base H2, memory cache, embedded ES, ...)

3- boot your app server

4- Login with JTKirk / Enterprise

5- Enjoy !!

If you want to restart multiple times your server, think to remove the initdb flag :-)

About


Languages

Language:Jupyter Notebook 45.1%Language:Java 40.3%Language:HTML 11.7%Language:C++ 1.2%Language:CSS 1.0%Language:JavaScript 0.7%Language:FreeMarker 0.0%