Changeset 1015 for pykota/trunk/docs
- Timestamp:
- 06/05/03 09:12:31 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/installation.sgml
r959 r1015 29 29 have to decompress and visit its archive, to do so just type the following commands : 30 30 <screen> 31 jerome@nordine:~$ tar -zxf pykota-1.0 4-official.tar.gz32 jerome@nordine:~$ cd pykota-1.0 4-official33 jerome@nordine:~/pykota-1.0 4-official$31 jerome@nordine:~$ tar -zxf pykota-1.08-official.tar.gz 32 jerome@nordine:~$ cd pykota-1.08-official 33 jerome@nordine:~/pykota-1.08-official$ 34 34 </screen> 35 35 </para> … … 130 130 is waiting for your connections, you have to create the Quota Storage DataBase. 131 131 To do so, you'll have to feed <application>PostgreSQL</application> with the 132 <filename>pykota-x.xx/initscripts/p ykota-postgresql.sql</filename> file.132 <filename>pykota-x.xx/initscripts/postgresql/pykota-postgresql.sql</filename> file. 133 133 This file will create a Quota DataBase administrator and a Quota DataBase user 134 134 in the <application>PostgreSQL</application> system, then create an empty … … 145 145 <para> 146 146 You can choose other names if you want, just modify the 147 <filename>initscripts/p ykota-postgresql.sql</filename> file147 <filename>initscripts/postgresql/pykota-postgresql.sql</filename> file 148 148 accordingly, and report your changes into <application>PyKota</application>'s 149 149 configuration file. … … 160 160 From a command line interpreter (i.e. shell), type the following commands : 161 161 <screen> 162 jerome@nordine:~$ cd pykota-1.0 4-official/initscripts/163 jerome@nordine:~/pykota-1.0 4-official/initscripts$ psql -h localhost -U postgres template1162 jerome@nordine:~$ cd pykota-1.08-official/initscripts/postgresql 163 jerome@nordine:~/pykota-1.08-official/initscripts$ psql -h localhost -U postgres template1 164 164 Welcome to psql, the PostgreSQL interactive terminal. 165 165 … … 194 194 ALTER USER 195 195 pykota=# \q 196 jerome@nordine:~/pykota-1.0 4-official/initscripts$196 jerome@nordine:~/pykota-1.08-official/initscripts/postgresql$ 197 197 </screen> 198 198 </para> … … 374 374 375 375 $Log$ 376 Revision 1.14 2003/06/05 07:12:29 jalet 377 Reorganization of directories 378 376 379 Revision 1.13 2003/04/24 21:09:47 jalet 377 380 Documentation slightly improved.