H2

From NovaOrdis Knowledge Base
Revision as of 17:50, 25 September 2017 by Ovidiu (talk | contribs) (→‎Installation)
Jump to navigation Jump to search

External

Internal

Overview

Installation

cd $RUNTIME_DIR
unzip .../h2-2017-06-10.zip
mv h2 h2-2017-06-10
ln -s ./h2-2017-06-10 h2

Operations

Run Database and H2 Console

cd $RUNTIME_DIR/h2/bin
./h2.sh

This will start the database and make H2 console available on port 8082.

H2 Console

http://localhost:8082