- Timestamp:
- 10/09/05 23:03:11 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/installation.sgml
r2551 r2556 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.2 2_official.tar.gz32 jerome@nordine:~$ cd pykota-1.2 2_official33 jerome@nordine:~/pykota-1.2 2_official$31 jerome@nordine:~$ tar -zxf pykota-1.23_official.tar.gz 32 jerome@nordine:~$ cd pykota-1.23_official 33 jerome@nordine:~/pykota-1.23_official$ 34 34 </screen> 35 35 </para> … … 154 154 is waiting for your connections, you have to create the Quota Storage DataBase. 155 155 To do so, you'll have to feed <application>PostgreSQL</application> with the 156 <filename>pykota-1.2 2/initscripts/postgresql/pykota-postgresql.sql</filename> file.156 <filename>pykota-1.23/initscripts/postgresql/pykota-postgresql.sql</filename> file. 157 157 This file will create a Quota DataBase administrator in the <application>PostgreSQL</application> system, then create an empty 158 158 Quota DataBase and set some permissions on it. The Quota DataBase administrator … … 188 188 From a command line interpreter (i.e. shell), type the following commands : 189 189 <screen> 190 jerome@nordine:~$ cd pykota-1.2 2_official/initscripts/postgresql191 jerome@nordine:~/pykota-1.2 2_official/initscripts$ psql -h localhost -U postgres template1190 jerome@nordine:~$ cd pykota-1.23_official/initscripts/postgresql 191 jerome@nordine:~/pykota-1.23_official/initscripts$ psql -h localhost -U postgres template1 192 192 Welcome to psql, the PostgreSQL interactive terminal. 193 193 … … 229 229 ALTER USER 230 230 pykota=# \q 231 jerome@nordine:~/pykota-1.2 2_official/initscripts/postgresql$231 jerome@nordine:~/pykota-1.23_official/initscripts/postgresql$ 232 232 </screen> 233 233 </para>