Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
java -jar bin/installer.jar -url="jdbc:mysql://localhost/cview" -user=myuser -pass=mypass -install -customer="Your Customer Name"

Set the Customer Name in the Database

The customer name in the database must exactly match the customer name used by PhixFlow Support to generate licence files.

Code Block
java -jar bin/installer.jar -url="jdbc:oracle:thin:@localhost:1521:cview" -user=myuser -pass=mypass -customer="Your Customer Name"

Further information on the installer

...