/[gnumed]/gnumed/gnumed/test-area/knoppix/changes.sh
ViewVC logotype

Contents of /gnumed/gnumed/test-area/knoppix/changes.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Wed Nov 13 14:27:41 2002 UTC (21 years, 5 months ago) by jubalj
Branch: MAIN
File MIME type: application/x-sh
Created list of things to do to get gnu-med setup - Experimental

1 apt-get install python2.2-psycopg
2 apt-get -t unstable install libwxgtk2.3-python
3 apt-get -t unstable install python-pgsql
4 dpkg -i gnumed-snapshot-client
5 #should work well now.... prev comment: # above statement will fail, but the below statement will install some the required dependencies
6 apt-get -f install
7 # ok, now i'll forget about the gnumed client for a while.. cause i wont be able to install anything else after it without doing a 'apt-get -f' (which would remove the client!).. so we do everything else and dpkg -i --force-depends and install libwxgtk2.3-python and gnumed-client later on!
8 apt-get install postgresql=*
9 echo "get the most master working with -d /var/lib/postgres/data (default) and then create user 'knoppix' and 'guest' and root"
10
11 echo "now dpkg all the gnumed stuff"
12 echo "then change country in /etc/gnumed/server.conf"
13 ln -s /etc/init.d/apache /etc/rc5.d/S20apache
14 cp debian-med /etc/init.d/debian-med
15 ln -s /etc/init.d/debian-med /etc/rc5.d/S19debian-med
16 apt-get install med-dent
17 #apt-get install resmed-doc med-bio med-common med-common-dev med-dent med-doc med-imaging med-imaging-dev med-tools med-bio-contrib
18 #not req dpkg --ignore-depends=python -i libwxgtk2.3-python_2.3.3.2_i386.deb
19
20 dpkg -i gnumed-client-snapshot
21
22 echo "vi /etc/postgresql/pg_hba.conf to allow access to all (change to trust)"

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26