Author: e2jk-guest Date: 2013-05-20 00:08:45 +0000 (Mon, 20 May 2013) New Revision: 13668
Modified: trunk/packages/gnuhealth/trunk/debian/README.Debian Log: Improve README.Debian a bit Modified: trunk/packages/gnuhealth/trunk/debian/README.Debian =================================================================== --- trunk/packages/gnuhealth/trunk/debian/README.Debian 2013-05-19 23:52:47 UTC (rev 13667) +++ trunk/packages/gnuhealth/trunk/debian/README.Debian 2013-05-20 00:08:45 UTC (rev 13668) @@ -1,13 +1,26 @@ GNU Health for Debian --------------------- -The Debian package takes care of creating the "gnuhealth" system user, the -"gnuhealth" PostgreSQL role (i.e. database user) and the "gnuhealth" database, -which is initialized and ready to use. +The gnuhealth-server package takes care of creating the "gnuhealth" system +user, the "gnuhealth" PostgreSQL role (i.e. database user) and the "gnuhealth" +database, which is initialized and ready to use. +This package introduces a new service (gnuhealth-server), which is a Tryton +server running on a dedicated port (8482). -The GNU Health package introduces a new service (gnuhealth-server), which is -a Tryton server running on a dedicated port (8482). +The gnuhealth-client package provides the `gnuhealth` command, which is a +wrapper around `tryton-client`. +If a config and/or a profiles file wasn't found, it will create new default +files that are configured for a GNU Health (Tryton) server running on the same +machine. +In case the server is not on the same machine, the user will have to change +the server name during the first startup, but port number, database name and +user will already be defaulted in. +The gnuhealth metapackage allows for easy installation of everyting needed to +run a GNU Health instance on a single machine (it installs gnuhealth-server +and gnuhealth-client) + + Configuring GNU Health ====================== @@ -15,13 +28,17 @@ wiki page: http://en.wikibooks.org/wiki/GNU_Health/Installation -You will need to install the tryton-client package, either on the same machine -as where you installed gnuhealth-server, or on a separate machine. +The client can be installed either on the same machine as where you installed +gnuhealth-server, or on a different machine. Creating a Connection Profile ----------------------------- +Note: this step is only needed if you didn't install gnuhealth-client, as this +package takes care of this automatically the first time you run the +`gnuhealth` command. + Open the Tryton client (run the `tryton-client` command) Click on Manage profiles, then click on Add. Give your new connection a name @@ -42,7 +59,7 @@ Now that you're back at the login screen, you'll notice that the selected Profile is the one you've just created. Fill in the login form: - User name: The one you used previously usually, admin + User name: The one you used previously (usually: admin) Password: the one entered while installing the gnuhealth-server package. @@ -95,5 +112,5 @@ Congratulations, you have completed the initial installation of GNU Health! - -- Emilien Klein <[email protected]> Fri, 03 May 2013 22:59:28 +0200 + -- Emilien Klein <[email protected]> Mon, 20 May 2013 02:04:29 +0200 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
