Home » Wiki » cliente para h-node.org » History » Differences
Differences between the revision of 20:59, 10 March 2012, created by Ark74, and the revision of 03:51, 28 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
__TOC__

[h1]Obtener el h-client[/h1]
[p]Puede descargar el cliente al escribir la siguiente 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]

[h2]Cree su propio paquete[/h2]

Aquí una orden para construir el paquete.

[code]cd ~/ && \
sudo apt-get install subversion checkinstall python-setuptools && \
svn co svn://svn.savannah.nongnu.org/h-client/trunk/h-client && \
cd h-client && \
version="0.$(svn log | grep r | cut -d ' ' -f1 | head -n1)" && \
sudo checkinstall --pakdir "$HOME/Desktop" --pkgname h-client \
--pkgversion "$version~svn" --backup=no --default python setup.py install && sudo ldconfig[/code]

Envíe feedback a campaigns at fsf


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

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

[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 pycurl por medio del administrador de paquetes[/p]

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

Si no funciona intente vaciar la carpeta:

[code]~/.local/lib/python2.6/site-packages/[/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