health
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Health] installation help


From: mona gc
Subject: Re: [Health] installation help
Date: Sat, 28 Sep 2013 19:17:09 +0800 (SGT)

Attepmt 1 and 2 are already posted here is recent attempt

Attempt3
address@hidden:~# su - gnuhealth
address@hidden:~$ cd gnuhealth-*
address@hidden:~/gnuhealth-2.2.0$ ./gnuhealth_install.sh
[16:35:32][INFO] Starting GNU Health 2.2.0 installation...
[16:35:32][INFO] CHECKING REQUIREMENTS
[16:35:32]Looking for wget....
wget is /usr/bin/wget
[16:35:32]Looking for the Python Interpreter command...
python is /usr/bin/python
[16:35:32][INFO] Found Python 2.7.3
[16:35:32]-> Looking for PIP command...
[16:35:32][INFO] OK.
[16:35:32][INFO] Creating temporary directory...
[16:35:32][INFO] OK.
[16:35:32][INFO] Creating destination directories...
[16:35:32][ERROR] Directory /home/gnuhealth/gnuhealth exists. You need to delete it.
address@hidden:~/gnuhealth-2.2.0$ sudo -s
[sudo] password for gnuhealth:
Sorry, try again.
[sudo] password for gnuhealth:
gnuhealth is not in the sudoers file. This incident will be reported.
address@hidden:~/gnuhealth-2.2.0$ su - mohan
Password:
address@hidden:~$ sudo -s
[sudo] password for mohan:
address@hidden:~# rm -r /home/gnuhealth/gnuhealth
address@hidden:~# su - gnuhealth
address@hidden:~$ cd gnuhealth-*
address@hidden:~/gnuhealth-2.2.0$ ./gnuhealth_install.sh
[16:37:09][INFO] Starting GNU Health 2.2.0 installation...
[16:37:09][INFO] CHECKING REQUIREMENTS
[16:37:09]Looking for wget....
wget is /usr/bin/wget
[16:37:09]Looking for the Python Interpreter command...
python is /usr/bin/python
[16:37:09][INFO] Found Python 2.7.3
[16:37:09]-> Looking for PIP command...
[16:37:09][INFO] OK.
[16:37:10][INFO] Creating temporary directory...
[16:37:10][ERROR] Directory /tmp/gnuhealth_installer exists. You need to delete it.
address@hidden:~/gnuhealth-2.2.0$ su - mohan
Password:
address@hidden:~$ sudo -s
address@hidden:~# chmod 777 /tmp/gnuhealth_installer
address@hidden:~# rm -r /tmp/gnuhealth_installer
address@hidden:~# su - gnuhealth
address@hidden:~$ cd gnuhealth-*
address@hidden:~/gnuhealth-2.2.0$ ./gnuhealth_install.sh
[16:38:14][INFO] Starting GNU Health 2.2.0 installation...
[16:38:14][INFO] CHECKING REQUIREMENTS
[16:38:14]Looking for wget....
wget is /usr/bin/wget
[16:38:14]Looking for the Python Interpreter command...
python is /usr/bin/python
[16:38:14][INFO] Found Python 2.7.3
[16:38:14]-> Looking for PIP command...
[16:38:14][INFO] OK.
[16:38:14][INFO] Creating temporary directory...
[16:38:14][INFO] OK.
[16:38:14][INFO] Creating destination directories...
[16:38:14][INFO] OK.
[16:38:14][INFO] Getting list of lastest Tryton packages...
[16:40:30][INFO] OK.
[16:40:30][INFO] Installing python dependencies with pip...
Requirement already satisfied (use --upgrade to upgrade): lxml in /home/gnuhealth/.local/lib/python2.7/site-packages
Cleaning up...
Requirement already satisfied (use --upgrade to upgrade): relatorio in /home/gnuhealth/.local/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): Genshi>=0.5 in /home/gnuhealth/.local/lib/python2.7/site-packages (from relatorio)
Requirement already satisfied (use --upgrade to upgrade): lxml>=2.0 in /home/gnuhealth/.local/lib/python2.7/site-packages (from relatorio)
Cleaning up...
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in /usr/lib/python2.7/dist-packages
Cleaning up...
Requirement already satisfied (use --upgrade to upgrade): psycopg2 in /home/gnuhealth/.local/lib/python2.7/site-packages
Cleaning up...
Downloading/unpacking pytz>=2013b
Could not find any downloads that satisfy the requirement pytz>=2013b
No distributions at all found for pytz>=2013b
Storing complete log in /home/gnuhealth/.pip/pip.log



From: "address@hidden" <address@hidden>
To: address@hidden
Sent: Saturday, 28 September 2013 4:13 PM
Subject: Health Digest, Vol 26, Issue 21

Send Health mailing list submissions to
    address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.gnu.org/mailman/listinfo/health
or, via email, send a message with subject or body 'help' to
    address@hidden

You can reach the person managing the list at
    address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Health digest..."


Today's Topics:

  1. Re: installation issue continues ... (mona gc)
  2. Re: GNU Health installation help (mona gc)


----------------------------------------------------------------------

Message: 1
Date: Sat, 28 Sep 2013 15:56:18 +0800 (SGT)
From: mona gc <address@hidden>
To: "address@hidden" <address@hidden>
Subject: Re: [Health] installation issue continues ...
Message-ID:
    <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Hello Luis,
as per your instructions, i have removed my ubuntu and reinstalled it last night.
then,

Run the following command as root (or using sudo):
# apt-get install python-pip postgresql build-essential python-dev libxml2-dev libxslt1-dev postgresql-server-dev-9.1 libldap2-dev libsasl2-dev
after that followed the instructions given on installation wiki page,

getting following error (i install, reinstall, rereinstall but no success),
-----------------------------------------------------------------------------------------------
address@hidden:~/gnuhealth-2.2.0$ ./gnuhealth_install.sh

[13:13:12][INFO] Starting GNU Health 2.2.0 installation...

[13:13:12][INFO] CHECKING REQUIREMENTS

[13:13:12]Looking for wget....
wget is /usr/bin/wget

[13:13:12]Looking for the Python Interpreter command...
python is /usr/bin/python

[13:13:12][INFO] Found Python 2.7.3

[13:13:12]-> Looking for PIP command...
[13:13:12][INFO] OK.

[13:13:12][INFO] Creating temporary directory...
[13:13:12][INFO] OK.

[13:13:12][INFO] Creating destination directories...
[13:13:12][INFO] OK.

[13:13:12][INFO] Getting list of lastest Tryton packages...
[13:15:02][INFO] OK.

[13:15:02][INFO] Installing python dependencies with pip...
Requirement already satisfied (use --upgrade to upgrade): lxml in /home/gnuhealth/.local/lib/python2.7/site-packages
Cleaning up...
Requirement already satisfied (use --upgrade to upgrade): relatorio in /home/gnuhealth/.local/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): Genshi>=0.5 in /home/gnuhealth/.local/lib/python2.7/site-packages (from relatorio)
Requirement already satisfied (use --upgrade to upgrade): lxml>=2.0 in /home/gnuhealth/.local/lib/python2.7/site-packages (from relatorio)
Cleaning up...
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in /usr/lib/python2.7/dist-packages
Cleaning up...
Requirement already satisfied (use --upgrade to upgrade): psycopg2 in /home/gnuhealth/.local/lib/python2.7/site-packages
Cleaning up...
Downloading/unpacking pytz>=2013b
? Cannot fetch index base URL http://pypi.python.org/simple/
? Downloading pytz-2013d.tar.bz2 (204Kb): 204Kb downloaded
? Running setup.py egg_info for package pytz
???
??? warning: no files found matching '*.pot' under directory 'pytz'
??? warning: no previously-included files found matching 'test_zdump.py'
Installing collected packages: pytz
? Found existing installation: pytz 2011k
??? Uninstalling pytz:
Exception:
Traceback (most recent call last):
? File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 126, in main
??? self.run(options, args)
? File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 228, in run
??? requirement_set.install(install_options, global_options)
? File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1089, in install
??? requirement.uninstall(auto_confirm=True)
? File "/usr/lib/python2.7/dist-packages/pip/req.py", line 476, in uninstall
??? paths_to_remove.remove(auto_confirm)
? File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1391, in remove
??? renames(path, new_path)
? File "/usr/lib/python2.7/dist-packages/pip/util.py", line 248, in renames
??? shutil.move(old, new)
? File "/usr/lib/python2.7/shutil.py", line 297, in move
??? rmtree(src)
? File "/usr/lib/python2.7/shutil.py", line 250, in rmtree
??? onerror(os.remove, fullname, sys.exc_info())
? File "/usr/lib/python2.7/shutil.py", line 248, in rmtree
??? os.remove(fullname)
OSError: [Errno 13] Permission denied: '/usr/lib/python2.7/dist-packages/pytz/exceptions.py'

Storing complete log in /home/gnuhealth/.pip/pip.log
-------------------------------------------------------------------------------

also if try to change permission of file as a root can not change the permission. strange.
kindly help


regards





________________________________
From: "address@hidden" <address@hidden>
To: address@hidden
Sent: Friday, 27 September 2013 9:30 PM
Subject: Health Digest, Vol 26, Issue 20


Send Health mailing list submissions to
??? address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
??? https://lists.gnu.org/mailman/listinfo/health
or, via email, send a message with subject or body 'help' to
??? address@hidden

You can reach the person managing the list at
??? address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Health digest..."


Today's Topics:

?  1. Practice size (oop ss)
?  2. Re: Practice size (ronald munjoma)


----------------------------------------------------------------------

Message: 1
Date: Fri, 27 Sep 2013 16:59:45 +0800 (SGT)
From: oop ss <address@hidden>
To: "address@hidden" <address@hidden>
Subject: [Health] Practice size
Message-ID:
??? <address@hidden>
Content-Type: text/plain; charset="utf-8"

i want to know is GnuHealth suitable for medical college and hospital of large size like AIMS in Delhi.
thnx,
Sanjay Sharma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gnu.org/archive/html/health/attachments/20130927/77958d7c/attachment.html>

------------------------------

Message: 2
Date: Fri, 27 Sep 2013 17:41:36 +0200
From: ronald munjoma <address@hidden>
To: oop ss <address@hidden>
Cc: health <address@hidden>
Subject: Re: [Health] Practice size
Message-ID:
??? <CAF76juJUtGrj9jAPF=address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Hi Sanjay,

Gnu Health is suitable for any practice, from single practitioner to large
hospitals.

The system is been run in various big hospitals and Jamaica recently
adopted Gnu Health at national level

Sorry responding from phone and can not provide links. If no one provides
links by Monday, I will.

Check out the Gnu Solidario blog for some information

Thanks and Regards

Ronald Munjoma
28 N Mandela Avenue, Harare
+263775625283

Sent using a mouse-sized keyboard with feigned autocorrect intelligence.
Apologies for typos and swypos.
On Sep 27, 2013 4:23 PM, "oop ss" <address@hidden> wrote:

> i want to know is GnuHealth suitable for medical college and hospital of
> large size like AIMS in Delhi.
> thnx,
> Sanjay Sharma
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gnu.org/archive/html/health/attachments/20130927/11345ed3/attachment.html>

------------------------------

_______________________________________________
Health mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/health


End of Health Digest, Vol 26, Issue 20
**************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gnu.org/archive/html/health/attachments/20130928/b313faca/attachment.html>

------------------------------

Message: 2
Date: Sat, 28 Sep 2013 18:43:36 +0800 (SGT)
From: mona gc <address@hidden>
To: "address@hidden" <address@hidden>
Subject: Re: [Health] GNU Health installation help
Message-ID:
    <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Dear Gabriela, Luis, KK CHN, Ronald,
Thanks for your help. unfortunately i yet could not scucced. your help is highly appreciated.
1. i did fresh installation of ubuntu 12.04.3 (as directed by our beloved Luis Falcon)

2.Run the following command as root (or using sudo):
# apt-get install python-pip postgresql build-essential python-dev libxml2-dev libxslt1-dev postgresql-server-dev-9.1 libldap2-dev libsasl2-dev

3.create the GNU Health operating system user (not admin):
# adduser gnuhealth
# su - postgres -c "createuser --createdb --no-createrole --no-superuser gnuhealth"

4.Becomming user gnuhealth:
su - gnuhealth
wget http://ftp.gnu.org/gnu/health/gnuhealth-latest.tar.gz
tar xzf gnuhealth-latest.tar.gz
cd gnuhealth-*

5. Run the gnuhealth_install.sh script
./gnuhealth_install.sh

I made many attemps everytime either
same or other errors are occured as follows,

Attepmt 1
--------------------------------------------------
File
"/usr/lib/python2.7/dist-packages/pip/download.py", line
441, in unpack_http_url
download_hash = _download_url(resp,
link, temp_location)
File
"/usr/lib/python2.7/dist-packages/pip/download.py", line
366, in _download_url
chunk = resp.read(4096)
File "/usr/lib/python2.7/socket.py",
line 380, in read
data = ""
File "/usr/lib/python2.7/httplib.py",
line 561, in read
s = self.fp.read(amt)
File "/usr/lib/python2.7/socket.py",
line 380, in read
data = ""
File "/usr/lib/python2.7/ssl.py",
line 241, in recv
return self.read(buflen)
File "/usr/lib/python2.7/ssl.py",
line 160, in read
return self._sslobj.read(len)
SSLError: The read operation timed out


Attepmt 2
--------------------------------------

address@hidden:~/gnuhealth-2.2.0$
./gnuhealth_install.sh
[13:13:12][INFO] Starting GNU Health
2.2.0 installation...
[13:13:12][INFO] CHECKING REQUIREMENTS
[13:13:12]Looking for wget....
wget is /usr/bin/wget
[13:13:12]Looking for the Python
Interpreter command...
python is /usr/bin/python
[13:13:12][INFO] Found Python 2.7.3
[13:13:12]-> Looking for PIP
command...
[13:13:12][INFO] OK.
[13:13:12][INFO] Creating temporary
directory...
[13:13:12][INFO] OK.
[13:13:12][INFO] Creating destination
directories...
[13:13:12][INFO] OK.
[13:13:12][INFO] Getting list of
lastest Tryton packages...
[13:15:02][INFO] OK.
[13:15:02][INFO] Installing python
dependencies with pip...
Requirement already satisfied (use
--upgrade to upgrade): lxml in
/home/gnuhealth/.local/lib/python2.7/site-packages
Cleaning up...
Requirement already satisfied (use
--upgrade to upgrade): relatorio in
/home/gnuhealth/.local/lib/python2.7/site-packages
Requirement already satisfied (use
--upgrade to upgrade): Genshi>=0.5 in
/home/gnuhealth/.local/lib/python2.7/site-packages (from relatorio)
Requirement already satisfied (use
--upgrade to upgrade): lxml>=2.0 in
/home/gnuhealth/.local/lib/python2.7/site-packages (from relatorio)
Cleaning up...
Requirement already satisfied (use
--upgrade to upgrade): python-dateutil in
/usr/lib/python2.7/dist-packages
Cleaning up...
Requirement already satisfied (use
--upgrade to upgrade): psycopg2 in
/home/gnuhealth/.local/lib/python2.7/site-packages
Cleaning up...
Downloading/unpacking pytz>=2013b
Cannot fetch index base URL
http://pypi.python.org/simple/
Downloading pytz-2013d.tar.bz2
(204Kb): 204Kb downloaded
Running setup.py egg_info for package
pytz
warning: no files found matching
'*.pot' under directory 'pytz'
warning: no previously-included
files found matching 'test_zdump.py'
Installing collected packages: pytz
Found existing installation: pytz
2011k
Uninstalling pytz:
Exception:
Traceback (most recent call last):
File
"/usr/lib/python2.7/dist-packages/pip/basecommand.py", line
126, in main
self.run(options, args)
File
"/usr/lib/python2.7/dist-packages/pip/commands/install.py",
line 228, in run
requirement_set.install(install_options, global_options)
File
"/usr/lib/python2.7/dist-packages/pip/req.py", line 1089,
in install
requirement.uninstall(auto_confirm=True)
File
"/usr/lib/python2.7/dist-packages/pip/req.py", line 476, in
uninstall
paths_to_remove.remove(auto_confirm)
File
"/usr/lib/python2.7/dist-packages/pip/req.py", line 1391,
in remove
renames(path, new_path)
File
"/usr/lib/python2.7/dist-packages/pip/util.py", line 248,
in renames
shutil.move(old, new)
File "/usr/lib/python2.7/shutil.py",
line 297, in move
rmtree(src)
File "/usr/lib/python2.7/shutil.py",
line 250, in rmtree
onerror(os.remove, fullname,
sys.exc_info())
File "/usr/lib/python2.7/shutil.py",
line 248, in rmtree
os.remove(fullname)
OSError: [Errno 13] Permission denied:
'/usr/lib/python2.7/dist-packages/pytz/exceptions.py'
Storing complete log in
/home/gnuhealth/.pip/pip.log
-------------------------------------------------------------------------------

also if try to change permission of
file as a root can not change the permission. strange.
kindly help.

regards.








________________________________
From: Gabriela Brenes <address@hidden>
To: mona gc <address@hidden>
Sent: Saturday, 28 September 2013 12:30 AM
Subject: Re: GNU Health installation help



Hello, Mona,


Thank you so much for your interest in GNU Health. I will be more than happy to help you through it. First I'd like to know how far you got with the installation and if there was a point in particular where you felt lost or blocked.


Best regards,



GNU Solidario
health.gnu.org

Universality in Health Care,
eHealth for all!



On Mon, Sep 23, 2013 at 7:22 AM, mona gc <address@hidden> wrote:

Greetings All,
>I am kindly new to linux and seeking
the assistance of this group in effort to provide
>a guideline to install Tryton 2.8 & GNU Health 2 on Ubuntu 12.04.
>I have already downloaded GNU Health
2.0 ?and have installed Tryton 2.0
>from the repositories. ?I will be obliged, if someone help me to install
GNU
Health using teamviewer or provide video/pics tutor for the same. i have
referred http://en.wikibooks.org/wiki/GNU_Health/Installation but no
luck.
>
>Grateful for your support,
>Regards,
>Mona
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gnu.org/archive/html/health/attachments/20130928/0e0b49fa/attachment.html>

------------------------------

_______________________________________________
Health mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/health


End of Health Digest, Vol 26, Issue 21
**************************************



reply via email to

[Prev in Thread] Current Thread [Next in Thread]