version-3/Installation

Installation

Please refer to your prefered Database

MySQL

  1. Create a User for the corresponding database (Depends on your host)
  2. Configure your database.url in your config:
jdbc:mysql://[HOST]:[PORT]/[DATABASENAME]?user=[USER]&password=[PASS]
  1. InventorySQL will create the rest for you
  2. Continue to Configuration Instructions