Installation of the Client Server Architecture: Unterschied zwischen den Versionen

Aus OCAD 11 Wiki - Deutsch
Zur Navigation springen Zur Suche springen
(Created page with "To be able to use the OCAD-Server Module you have to install a Postgres SQL – Server. The version used for development was 8.2.9. You can get Postgres from http://www.postgres....")
 
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


TODO
TODO
Back to [[Server Client]]

Version vom 2. Dezember 2011, 09:57 Uhr

To be able to use the OCAD-Server Module you have to install a Postgres SQL – Server. The version used for development was 8.2.9. You can get Postgres from http://www.postgres.org. The module was developed with a Postgres Server on a Windows platform. To work with the server module you have to create a user called ocad11 – this is currently hard coded. As next step you must setup 6 core tables and 3 sequences for the module and alter the ocad11 user to them.

TODO


Back to Server Client