fix mistake in docs for schema file name
This commit is contained in:
@@ -118,7 +118,7 @@ take care of all this for you:
|
|||||||
If you don't want that level of automation, check out the database schema diff
|
If you don't want that level of automation, check out the database schema diff
|
||||||
from the current release of Netdisco, and apply it yourself:
|
from the current release of Netdisco, and apply it yourself:
|
||||||
|
|
||||||
~/perl5/lib/perl5/App/Netdisco/DB/schema_versions/Netdisco-DB-2-3-PostgreSQL.sql
|
~/perl5/lib/perl5/App/Netdisco/DB/schema_versions/App-Netdisco-DB-2-3-PostgreSQL.sql
|
||||||
|
|
||||||
=head1 Startup
|
=head1 Startup
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ Dependencies
|
|||||||
postgres:~$ createuser -DRSP netdisco
|
postgres:~$ createuser -DRSP netdisco
|
||||||
Enter password for new role:
|
Enter password for new role:
|
||||||
Enter it again:
|
Enter it again:
|
||||||
|
|
||||||
postgres:~$ createdb -O netdisco netdisco
|
postgres:~$ createdb -O netdisco netdisco
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
@@ -86,7 +86,7 @@ Bootstrap
|
|||||||
If you don't want that level of automation, check out the database
|
If you don't want that level of automation, check out the database
|
||||||
schema diff from the current release of Netdisco, and apply it yourself:
|
schema diff from the current release of Netdisco, and apply it yourself:
|
||||||
|
|
||||||
~/perl5/lib/perl5/App/Netdisco/DB/schema_versions/Netdisco-DB-2-3-PostgreSQL.sql
|
~/perl5/lib/perl5/App/Netdisco/DB/schema_versions/App-Netdisco-DB-2-3-PostgreSQL.sql
|
||||||
|
|
||||||
Startup
|
Startup
|
||||||
Run the following command to start the web server:
|
Run the following command to start the web server:
|
||||||
@@ -148,8 +148,8 @@ COPYRIGHT AND LICENSE
|
|||||||
* Neither the name of the Netdisco Project nor the
|
* Neither the name of the Netdisco Project nor the
|
||||||
names of its contributors may be used to endorse or promote products
|
names of its contributors may be used to endorse or promote products
|
||||||
derived from this software without specific prior written permission.
|
derived from this software without specific prior written permission.
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
DISCLAIMED. IN NO EVENT SHALL THE NETDISCO DEVELOPER TEAM BE LIABLE FOR ANY
|
DISCLAIMED. IN NO EVENT SHALL THE NETDISCO DEVELOPER TEAM BE LIABLE FOR ANY
|
||||||
|
|||||||
Reference in New Issue
Block a user