File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed
Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,23 @@ Install npm (version > 8.5.4) - https://www.npmjs.com/ (npm install -g npm)
6565<li >
6666 <b>PostgreSql DB </b>
6767 <p>
68- See above for initial install instructions.
69- - Run pgAdmin
70- - Create local DB (see AppSettings.json for database name.)
71- - Open the Query Tool (Tools menu)
72- - Open the CESMII-Profile-Designer\sql\CESMII.ProfileDesigner.DB.sql file
73- - Create the cesmii role/login and the database (comment out everything except the create role and create database sections and run the script)
74- - Open a query tool on the newly created database and run the rest of the script
75- - Change the password on the cesmii login to match the one in the appsettings.development.json file.
76- </p>
68+ See above for initial install instructions.</p>
69+ <ul>
70+ <li>Run pgAdmin
71+ </li>
72+ <li>Create local DB (see AppSettings.json for database name.)
73+ </li>
74+ <li>Open the Query Tool (Tools menu)
75+ </li>
76+ <li>Open the CESMII-Profile-Designer\sql\CESMII.ProfileDesigner.DB.sql file
77+ </li>
78+ <li>Create the cesmii role/login and the database (comment out everything except the create role and create database sections and run the script)
79+ </li>
80+ <li>Open a query tool on the newly created database and run the rest of the script
81+ </li>
82+ <li>Change the password on the cesmii login to match the one in the appsettings.development.json file.
83+ </li>
84+ </ul>
7785</li >
7886<li >
7987 <b>Build/Run the front end: </b>
You can’t perform that action at this time.
0 commit comments