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 48f9245..e883094 100644
--- a/documentation/installation/db_init.php
+++ b/documentation/installation/db_init.php
@@ -47,24 +47,13 @@
 		<li>Ensure database connection information matches database installation. OSEE is pre-configured 

 		to work with a PostgreSQL server running on port 5432. If you need a specialized database connection

 		see the <a href="../launch/osee_launch.php">'Configuring Database Connection'</a> section. </li>		

-		<li>In a console, launch the database initialization application by entering the following:

+		<li>In a console use the following http request to initialize the OSEE database:

 		<div style="border-width:thin;border:solid;padding:0.2em;">

 		<br/>

-		eclipse -nosplash -application org.eclipse.osee.framework.application.server.DbInit

-      -console 

-      -vmargs 

-      -Xmx512m 

-      -Dosgi.compatibility.bootdelegation=true

-		-Dequinox.ds.debug=true 

-		-Dorg.osgi.service.http.port=8089 

-		-Dosee.local.application.server=true

-		-Dosee.db.connection.id=postgresqlLocalhost

+		curl -X POST -H "osee.account.id: 11" -H "Content-Type: text/plain" http://localhost:8089/ats/config/initialize/demo

 		<br/>

 		</div>

 		</li>

-		<li>When prompted select "Y"</li>

-		<li>Select 'ATS Configuration'</li>

-		<li>Wait for initialization to complete</li>

 		</ol>

 		

 		<br/>

diff --git a/documentation/installation/postgresql_install.php b/documentation/installation/postgresql_install.php
index f81ce22..935a335 100644
--- a/documentation/installation/postgresql_install.php
+++ b/documentation/installation/postgresql_install.php
@@ -70,18 +70,17 @@
 									</ol>

 							</li>

 							<li>Expand the Databases item in the tree</li>

-									<ol>

-										<li>Create the OSEE database right-clicking on Databases and selecting "New Database..."</li>

-										<li>Enter the following in the dialog:<br/>

-												&nbsp;&nbsp;&nbsp;&nbsp;Name: osee<br/>

-												&nbsp;&nbsp;&nbsp;&nbsp;Owner: osee<br/>

-												&nbsp;&nbsp;&nbsp;&nbsp;Encoding: UTF-8

-										</li>

+								<ol>

+									<li>Create the OSEE database right-clicking on Databases and selecting "New Database..."</li>

+									<li>Enter the following in the dialog:<br/>

+											&nbsp;&nbsp;&nbsp;&nbsp;Name: osee<br/>

+											&nbsp;&nbsp;&nbsp;&nbsp;Owner: osee<br/>

+											&nbsp;&nbsp;&nbsp;&nbsp;Encoding: UTF-8

+									</li>

 									<li>Click 'OK'</li>

-									<li> You should now have an "osee" Database under Databases</li>

-									</ol>

-							<ol>

-						</li> 

+									<li>Ensure there is now an "osee" Database under Databases</li>

+								</ol>

+							</ol>

 			<li>The relational database is now configured. Proceed to <a href="db_init.php">OSEE Database Initialization</a></li>

 		</ol>

 		<br/>