- Open the solution file on Visual Studio
- Rebuild the whole project twice (it'll give an error message the first time)
- Run the SQL script "DBSetup.sql" under /database on your local SQL database
- Go to /src/inventors-modules. Make a copy of the file ConnectionStrings.example.config and rename it to ConnectionStrings.private.config
- Open the ConnectionStrings.private.config file. Here, you have to setup 4 attributes of the "add" element: server (e.g. localhost), user id (e.g. admin), password (e.g. 1234), and database (e.g. dbName).