Changeset 1038 for pykota/trunk/docs
- Timestamp:
- 06/24/03 23:37:05 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/installation.sgml
r1021 r1038 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 8-official.tar.gz32 jerome@nordine:~$ cd pykota-1.0 8-official33 jerome@nordine:~/pykota-1.0 8-official$31 jerome@nordine:~$ tar -zxf pykota-1.09_official.tar.gz 32 jerome@nordine:~$ cd pykota-1.09_official 33 jerome@nordine:~/pykota-1.09_official$ 34 34 </screen> 35 35 </para> … … 158 158 From a command line interpreter (i.e. shell), type the following commands : 159 159 <screen> 160 jerome@nordine:~$ cd pykota-1.0 8-official/initscripts/postgresql161 jerome@nordine:~/pykota-1.0 8-official/initscripts$ psql -h localhost -U postgres template1160 jerome@nordine:~$ cd pykota-1.09_official/initscripts/postgresql 161 jerome@nordine:~/pykota-1.09_official/initscripts$ psql -h localhost -U postgres template1 162 162 Welcome to psql, the PostgreSQL interactive terminal. 163 163 … … 190 190 ALTER USER 191 191 pykota=# \q 192 jerome@nordine:~/pykota-1.0 8-official/initscripts/postgresql$192 jerome@nordine:~/pykota-1.09_official/initscripts/postgresql$ 193 193 </screen> 194 194 </para> … … 237 237 238 238 <sect2> 239 <title>MySQL</title>240 241 <para>242 A <application>MySQL</application> Storage Backend is planned, but it actually243 doesn't exist.244 </para>245 </sect2>246 247 <sect2>248 239 <title>LDAP</title> 249 240 … … 253 244 Full support for LDAP in PyKota should be OK by the end of July 2003, if all 254 245 continues to go well. 246 </para> 247 </sect2> 248 249 <sect2> 250 <title>MySQL</title> 251 252 <para> 253 A <application>MySQL</application> Storage Backend is planned, but it actually 254 doesn't exist. 255 255 </para> 256 256 </sect2> … … 372 372 373 373 $Log$ 374 Revision 1.16 2003/06/24 21:37:05 jalet 375 Minor changes 376 374 377 Revision 1.15 2003/06/10 16:37:54 jalet 375 378 Deletion of the second user which is not needed anymore.