Home » Wiki » cliente para h-node.org » History » Differences
Differences between the revision of 03:51, 28 July 2011, created by Ark74, and the revision of 11:30, 22 July 2011
Notice: the text in red has been deleted from the previous revision, the text in green has been added in this revision and the text in gray has not been changed.
differences in the entry: the title
cliente para h-node.com
differences in the entry: the text of the wiki page
[p][b]Esta guia esta desactualzada, por favor lea[/b] [[client for h-node.com|esta]][/p]
[h1]Obtener el h-client[/h1]
[p]Puede descargar el cliente al escribir la siguiente orden:[/p] orden en una terminal:[/p]

[code]svn co svn://svn.savannah.nongnu.org/h-client/trunk/h-client[/code]

[h1]Requisitos[/h1]
[list]
[*] Python 2.6 o 2.7[/*]
[*] Distribute[/*]
[*] pyGTK[/*]
[*] pycurl[/*]
[/list]
[p](lo más probable es que ya estén instalados). [/p]

[h2]Usuarios de Trisquel 4.5[/h2]
[p]Requieren instalar python-setuptools para poder instalar el cliente:[/p]
[code]sudo aptitude install python-setuptools[/code]

[h1]Instalación[/h1]
[p]Para poder probarlo solo instalar escriba:[/p]

[code]python hclient.py[/code] setup.py install --user[/code]

[p]Tiene que [p]y ejecute usando:[/p]

[code]~/.local/bin/h-client[/code]

[p](o simplemente [b]h-client[/b] si es agregado ~/.local/bin al PATH).[/p]

[h2]Notas[/h2]
[p]Si esta usando Trisquel 4.0 necesita comentar la linea comenzando con "pycurl" dentro del archivo setup.py (vea debajo la pieza de código) e
instalar pyGTK y pycurl (ya deberían estar instalados).[/p] por medio del administrador de paquetes[/p]

[code]
install_requires=(
# "pygtk", # tries to get an old version
#"pycurl"
),
)
[/code]


[lang][[client for h-node.com|English]][/lang]
The contents of this page are in the Public Domain. (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information