You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebuild the whole project twice (it'll give an error message the first time)
Setting up the database
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).
About
Modules website for the Inventors' Workshops project