|
17 | 17 | <li><a href="https://answers.launchpad.net/scisql/+addquestion">Ask a question</a></li>
|
18 | 18 | </ul>
|
19 | 19 | <p>
|
20 |
| - The SciSQL documentation makes use of: |
| 20 | + SciSQL is also distributed with a pair of Javascript libraries. These are: |
21 | 21 | </p>
|
22 | 22 | <ul>
|
23 | 23 | <li>
|
|
27 | 27 | </li>
|
28 | 28 | <li>
|
29 | 29 | <a href="http://code.google.com/p/google-code-prettify/">Google prettify</a>,
|
30 |
| - distriuted under the <a href="http://www.apache.org/licenses/LICENSE-2.0"> |
31 |
| - Apache License, Version 2.0</a> |
| 30 | + distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0"> |
| 31 | + Apache License version 2.0</a> |
32 | 32 | </li>
|
33 | 33 | </ul>
|
34 | 34 | </div>
|
|
58 | 58 | plug-in directory, as well as a MySQL account with admin priviledges.
|
59 | 59 | </p>
|
60 | 60 |
|
61 |
| - <h3 class="warning">WARNING</h3> |
| 61 | + <h3 class="warning">Databases reserved for SciSQL use</h3> |
62 | 62 | <p>
|
63 | 63 | The following database names are reserved for use by SciSQL:
|
64 | 64 | </p>
|
|
68 | 68 | <dt>scisql_test</dt>
|
69 | 69 | <dd>Used by SciSQL unit tests.</dd>
|
70 | 70 | <dt>scisql_demo</dt>
|
71 |
| - <dd>Contains sample data that can be used to excercise the SciSQL UDFs.</dd> |
| 71 | + <dd>Contains sample data that can be used to exercise the SciSQL UDFs.</dd> |
72 | 72 | </dl>
|
73 | 73 | <p>
|
74 | 74 | The scisql and scisql_demo databases are dropped and re-created during
|
|
98 | 98 | build steps to connect to MySQL without constantly prompting for a password.
|
99 | 99 | </p>
|
100 | 100 | <p>
|
101 |
| - Though the <tt>.my.cnf</tt> file permissions are set such that only the creator is |
102 |
| - allowed read/write access, for security reasons it is still recommended to |
103 |
| - run <tt>`make distclean`</tt> once sciSQL has been installed - this will remove the |
| 101 | + Even though the <tt>.my.cnf</tt> file permissions are set such that only its creator |
| 102 | + is allowed read/write access, for security reasons it is still recommended to |
| 103 | + run <tt>`make distclean`</tt> once sciSQL has been installed. This will remove the |
104 | 104 | entire build directory and its contents.
|
105 | 105 | </p>
|
106 | 106 |
|
|
110 | 110 | <tt>make install</tt>, and <tt>make uninstall</tt> commands.
|
111 | 111 | </p>
|
112 | 112 | <p>
|
113 |
| -TODO TODO TODO |
| 113 | + The <tt>install</tt> command will CREATE the SciSQL UDFs, stored procedures, and |
| 114 | + databases (including the scisql_demo database). It will also automatically |
| 115 | + run the SciSQL unit tests. You can re-run the tests anytime with <tt>`make test`</tt>. |
114 | 116 | </p>
|
| 117 | + <p> |
| 118 | + The uninstall command DROP the SciSQL UDFs, stored procedures, and databases. |
| 119 | + </p> |
| 120 | + |
| 121 | + <h3>Reporting bugs and getting help</h3> |
| 122 | + <p> |
| 123 | + If you encounter test-case failures, or think you've identified a |
| 124 | + bug in the SciSQL code, please file a report here: |
| 125 | + </p> |
| 126 | + <p><a href="https://bugs.launchpad.net/scisql/+filebug">https://bugs.launchpad.net/scisql/+filebug</a></p> |
| 127 | + <p> |
| 128 | + For other help or inquiries, submit your questions here: |
| 129 | + </p> |
| 130 | + <p><a href="https://answers.launchpad.net/scisql/+addquestion">https://answers.launchpad.net/scisql/+addquestion</a></p> |
115 | 131 | </div>
|
116 | 132 | </section>
|
117 | 133 |
|
|
0 commit comments