refinement: Update PostgreSQL install instructions Signed-off-by: Ryan D. Brooks <ryan.d.brooks@boeing.com>
diff --git a/documentation/installation/db_init.php b/documentation/installation/db_init.php index 2ec211e..48f9245 100644 --- a/documentation/installation/db_init.php +++ b/documentation/installation/db_init.php
@@ -53,7 +53,6 @@ eclipse -nosplash -application org.eclipse.osee.framework.application.server.DbInit -console -vmargs - -XX:MaxPermSize=256m -Xmx512m -Dosgi.compatibility.bootdelegation=true -Dequinox.ds.debug=true @@ -74,4 +73,4 @@ # Generate the web page $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); -?> \ No newline at end of file +?>
diff --git a/documentation/installation/postgresql_install.php b/documentation/installation/postgresql_install.php index cc2bf8f..f81ce22 100644 --- a/documentation/installation/postgresql_install.php +++ b/documentation/installation/postgresql_install.php
@@ -47,9 +47,7 @@ <ol> <li>Launch pgAdmin (in windows Start->All Programs->PostgreSQL*->pgAdmin III) </li> <li>Double Click on PostgreSQL Database Server (listed under Servers on the left hand side) - <ol> - <li>If you are prompted for a password type the password selected during installation (user should be postgres by default)</li> - </ol> + If you are prompted for a password type the password selected during installation (user should be postgres by default)<br/> </li> <li>Create an "osee" user <ol> @@ -75,29 +73,15 @@ <ol> <li>Create the OSEE database right-clicking on Databases and selecting "New Database..."</li> <li>Enter the following in the dialog:<br/> - Name: OSEE<br/> + Name: osee<br/> Owner: osee<br/> Encoding: UTF-8 </li> <li>Click 'OK'</li> - <li> You should now have an "OSEE" Database under Databases</li> + <li> You should now have an "osee" Database under Databases</li> </ol> - <li>Click on OSEE and then expand it and expand Schemas</li> - <ol> - <li>Create the "osee" schema: - <ol> - <li>Right click on Schemas and select "New Schema..."</li> - <li>Enter the following in the dialog: <br/> - Name: osee<br/> - Owner: osee</li> - <li>Click 'OK'</li> - <li>You should now have an "osee" schema under schemas</li> - </ol> - </li> <ol> </li> - </ol> - </li> <li>The relational database is now configured. Proceed to <a href="db_init.php">OSEE Database Initialization</a></li> </ol> <br/> @@ -106,4 +90,4 @@ # Generate the web page $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); -?> \ No newline at end of file +?>