Skip to content
Mickaël Leduque edited this page Mar 10, 2014 · 24 revisions

Installation

http://doc.nuodb.com/display/doc/Linux+Installation

Using the tar.gz installation.

  • On dev machine, must change port for web console 8080 because conflicts with dev Tomcat -> etc/webapp.properties (chose 18080). Also changed rest ports to follow (18888 and 18889) although not required.

  • Setup conf variable NUODB_HOME

  • 2 part launch : first "broker" then console

 > $NUODB_HOME/etc/nuoagent start
 > $NUODB_HOME/etc/nuowebconsole start

Setup test db

  • Tried to connect to localhost:18080 and run "quickstart" but this fails because it tries to write to /var (not writable).
  • use $NUODB_HOME/run-quickstart which works
Clone this wiki locally