H2: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


  cd $RUNTIME_DIR
  cd $RUNTIME_DIR
  unzip  
  unzip .../h2-2017-06-10.zip
  ln -s ./ h2
mv h2 h2-2017-06-10
  ln -s ./h2-2017-06-10 h2
 
=H2 Console=
 
http://localhost:8082

Revision as of 17:45, 25 September 2017

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

H2 Console

http://localhost:8082