Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 665 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 665 Bytes

Inventors' Workshops - Modules

Setting up the project

  1. Open the solution file on Visual Studio
  2. Rebuild the whole project twice (it'll give an error message the first time)

Setting up the database

  1. Run the SQL script "DBSetup.sql" under /database on your local SQL database
  2. Go to /src/inventors-modules. Make a copy of the file ConnectionStrings.example.config and rename it to ConnectionStrings.private.config
  3. 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).