[doc] Fixed small typo in INSTALL file.
FEA: ItEr74S03CommunityMaterialItEr73S03
This commit is contained in:
parent
d9520418de
commit
abb718795c
1 changed files with 2 additions and 2 deletions
4
INSTALL
4
INSTALL
|
|
@ -135,7 +135,7 @@ openSUSE
|
||||||
|
|
||||||
# zypper install java-1_6_0-openjdk postgresql-server postgresql tomcat6 freefont xorg-x11-server
|
# zypper install java-1_6_0-openjdk postgresql-server postgresql tomcat6 freefont xorg-x11-server
|
||||||
|
|
||||||
* JDBC Driver manual installation:
|
* JDBC Driver manual installation::
|
||||||
|
|
||||||
# cd /usr/share/java/
|
# cd /usr/share/java/
|
||||||
# wget http://jdbc.postgresql.org/download/postgresql-9.0-801.jdbc3.jar
|
# wget http://jdbc.postgresql.org/download/postgresql-9.0-801.jdbc3.jar
|
||||||
|
|
@ -151,7 +151,7 @@ openSUSE
|
||||||
|
|
||||||
# su postgres -c psql
|
# su postgres -c psql
|
||||||
|
|
||||||
* Use SQL sentences::
|
* SQL sentences to create database::
|
||||||
|
|
||||||
CREATE DATABASE navalplan;
|
CREATE DATABASE navalplan;
|
||||||
CREATE USER navalplan WITH PASSWORD 'navalplan';
|
CREATE USER navalplan WITH PASSWORD 'navalplan';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue