8000 kapua/console at develop · eclipse-kapua/kapua · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Latest commit

 

History

History

console

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Web Console

This is the old, GXT-based web console, if you are looking for the new, Patternfly web console please see the branch impl-consoleV2.

Running locally

It is possible to run the web console locally by starting the docker containers kapua-sql, kapua-broker and kapua-elasticsearch according to "Running docker containers" first and then by running:

mvn org.eclipse.jetty:jetty-maven-plugin:9.4.12.v20180830:run-exploded -nsu -Pdev -DuseTestScope=true -Djetty.daemon=false -Dcommons.db.connection.host=localhost

Note: Be sure that the port 8080 is open before starting the web console.

0