Italiano English
Modifica History Actions

Differenze per "Netsukuku"

Differenze tra le versioni 1 e 14 (in 13 versioni)
Versione 1 del 2007-10-02 23:28:59
Dimensione: 759
Autore: ClauzClauz
Commento:
Versione 14 del 2010-04-21 10:50:58
Dimensione: 1158
Autore: 93-40-90-240
Commento:
Le cancellazioni sono segnalate in questo modo. Le aggiunte sono segnalate in questo modo.
Linea 1: Linea 1:
== Test ==

* Installare stackless come pacchetto
* Scaricare il tar.gz di ntk, decomprimere il tutto in /usr/lib/python2.6/ntk/ (sull'host finale)
* wget http://dev.hinezumi.org/svnroot/netsukuku/trunk/pyntk/ntkd (sempre sull'host)
* python ntkd

== Links ==

 * Web site: [[http://netsukuku.freaknet.org/]]
 * Documentation: [[http://netsukuku.freaknet.org/index.php?pag=documentation&dir=main_documentation]]
 * http://lab.dyne.org/Netsukuku/ita/TestWithNetkit

Linea 2: Linea 16:

''' DA TESTARE! '''
Linea 13: Linea 25:
 $ cd stackless-251  $ cd stackless-251-export
Linea 15: Linea 27:
 $ mkdir -p /opt/stackless  # mkdir -p /opt/stackless
Linea 21: Linea 33:
 $ make altinstall

 $ cd /opt/stackless/

 $ cd lib/python2.5

 $ rm -rf site-packages

 $ ln -s /usr/lib/python2.5/site-packages

 $ cd ~/netsukuku
 # make altinstall
Linea 35: Linea 37:
 $ cd trunk  $ cd trunk/pyntk

 $ /opt/stackless/bin/python2.5 setup.py build
Linea 37: Linea 41:
 $ cd pyntk  # /opt/stackless/bin/python2.5 setup.py install
Linea 39: Linea 43:
 $ python setup.py build
 
 # python setup.py install
 # mkdir /etc/netsukuku
Linea 43: Linea 45:
 $ mkdir /etc/netsukuku  # touch /etc/netsukuku/netsukuku.conf
Linea 45: Linea 47:
 $ touch /etc/netsukuku/netsukuku.conf

 $
/opt/stackless/bin/python2.5 ntkd
 # /opt/stackless/bin/python2.5 ntkd
Linea 50: Linea 50:

== OpenWrt Package ==

<<AttachList>>

Test

* Installare stackless come pacchetto * Scaricare il tar.gz di ntk, decomprimere il tutto in /usr/lib/python2.6/ntk/ (sull'host finale) * wget http://dev.hinezumi.org/svnroot/netsukuku/trunk/pyntk/ntkd (sempre sull'host) * python ntkd

Netsukuku Rough Quick Start

 $ mkdir ~/netsukuku; cd ~/netsukuku

 $ wget http://www.stackless.com/binaries/stackless-251-export.tar.bz2

 $ tar jxf stackless-251-export.tar.bz2

 $ cd stackless-251-export

 # mkdir -p /opt/stackless

 $ ./configure --prefix=/opt/stackless

 $ make

 # make altinstall

 $ svn co http://dev.hinezumi.org/svnroot/netsukuku/trunk

 $ cd trunk/pyntk

 $ /opt/stackless/bin/python2.5 setup.py build
 
 # /opt/stackless/bin/python2.5 setup.py install

 # mkdir /etc/netsukuku

 # touch /etc/netsukuku/netsukuku.conf

 # /opt/stackless/bin/python2.5 ntkd

OpenWrt Package

  • [scarica | mostra] (2010-04-20 13:53:33, 1.5 KB) [[attachment:stackless-owrt1.tar.gz]]
  • [scarica | mostra] (2010-04-21 10:29:21, 1.6 KB) [[attachment:stackless-owrt2.tar.gz]]