This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:installing_pyhoca-cli_linuxfromscratch [2011/10/17 19:05] h1 Page moved from installing_pyhoca-cli_linuxfromscratch to wiki:installing_pyhoca-cli_linuxfromscratch |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== PyHoca-CLI Installation (LinuxFromScratch) ====== | ||
| - | <note warning> | ||
| - | 1. | ||
| - | Install argparse | ||
| - | < | ||
| - | $ wget http:// | ||
| - | $ tar xf argparse-1.2.1.tar.gz | ||
| - | $ cd argparse-1.2.1 | ||
| - | $ su -c " | ||
| - | </ | ||
| - | |||
| - | 2. | ||
| - | Install setproctitle | ||
| - | < | ||
| - | $ wget http:// | ||
| - | $ tar xf setproctitle-1.1.2.tar.gz | ||
| - | $ cd setproctitle-1.1.2 | ||
| - | $ su -c " | ||
| - | </ | ||
| - | |||
| - | 3. | ||
| - | Install gevent | ||
| - | < | ||
| - | $ wget http:// | ||
| - | $ tar xf gevent-0.13.6.tar.gz | ||
| - | $ cd gevent-0.13.6 | ||
| - | $ su -c " | ||
| - | </ | ||
| - | |||
| - | 4. | ||
| - | Install paramiko | ||
| - | < | ||
| - | $ wget http:// | ||
| - | $ tar xf paramiko-1.7.7.1.tar.gz | ||
| - | $ cd paramiko-1.7.7.1 | ||
| - | $ su -c " | ||
| - | </ | ||
| - | |||
| - | 5. | ||
| - | Install python-x2go | ||
| - | < | ||
| - | $ git clone git:// | ||
| - | $ cd python-x2go | ||
| - | $ su -c " | ||
| - | </ | ||
| - | |||
| - | 6. | ||
| - | Install pyhoca-cli | ||
| - | < | ||
| - | $ git clone git:// | ||
| - | $ cd pyhoca-cli | ||
| - | $ su -c " | ||
| - | </ | ||
| - | |||
| - | 7. | ||
| - | Install nxproxy from git | ||
| - | < | ||
| - | $ git clone git:// | ||
| - | $ cd nxproxy | ||
| - | $ autoconf | ||
| - | $ ./configure --prefix=/ | ||
| - | $ make | ||
| - | $ su -c "make install" | ||
| - | </ | ||