Browse Source

Update required software documentation with video walkthroughs related to PostgreSQL and documentation of required software for the Phidgets 1048

Neal Wilson 8 years ago
parent
commit
4c59de45b6
1 changed files with 11 additions and 1 deletions
  1. 11
    1
      docs/documentation/requiredsoftware.html

+ 11
- 1
docs/documentation/requiredsoftware.html View File

@@ -64,7 +64,7 @@
64 64
 				<h3>Optional: Setting up a Database and User Role</h3>
65 65
 				
66 66
 				<p>The PostgreSQL installer will set up a user role called
67
-				<tt>postgres</tt> and a database called <postgres>. The
67
+				<tt>postgres</tt> and a database called <tt>postgres</tt>. The
68 68
 				<tt>postgres</tt> user has full access to all features of the
69 69
 				database and Typica does not require that. If you are using
70 70
 				PostgreSQL for other purposes you may also want to give Typica
@@ -75,11 +75,21 @@
75 75
 				<a href="http://www.postgresql.org/docs/9.2/static/index.html">
76 76
 				PostgreSQL documentation</a>.
77 77
 				
78
+				<p>The following two videos might be helpful. One provides a walkthrough of installing PostgreSQL on either Mac OS X or Windows. The other covers upgrading from an older version of PostgreSQL to a newer one.</p>
79
+				
80
+				<iframe width="640" height="360" src="https://www.youtube.com/embed/tO4A4vaSen8" frameborder="0" allowfullscreen></iframe>
81
+				
82
+				<iframe width="640" height="360" src="https://www.youtube.com/embed/qGVb3J5y3nw" frameborder="0" allowfullscreen></iframe>
83
+				
78 84
 				<h2>Hardware Communications Software</h2>
79 85
 				
80 86
 				<p>The software that you need to communicate with your data
81 87
 				acquisition hardware depends on what hardware you intend to use.</p>
82 88
 				
89
+				<h3>Phidgets 1048</h3>
90
+				
91
+				<p>The Phidgets 1048 requires the <a href="http://www.phidgets.com/docs/Operating_System_Support">drivers and libraries download available from the manufacturer</a>. This is tested as working with Typica on Mac OS X, Windows, and Linux.</p>
92
+				
83 93
 				<h3>Software for Modbus RTU device support</h3>
84 94
 				
85 95
 				<p>No additional software is strictly required for devices that

Loading…
Cancel
Save