ich habe einmal Aardwolf auf die Schnelle installiert und das funktioniert in der Tat mit der Remote Javascript Console. Als Setup habe ich ein Debian Lenny in Virtualbox und ein Eclipse unter Windows, wobei das ausgecheckte visu_svn ins /var/www der Linuxmaschine gemountet ist. Ich habe folgendes als root gemacht, wenn ichs nochmal nachvollziehen kann:
1. Installation von node.js
Code:
apt-get update apt-get install curl build-essential openssl libssl-dev apt-get install git-core cd /usr/local/src ##or whatever directory you like# mkdir node cd node git clone git://github.com/ry/node.git cd node ./configure make sudo make install
Code:
mkdir /usr/local/src/aardwolf cd /usr/local/src/aardwolf git clone git://github.com/lexandera/Aardwolf.git npm link
Code:
node app.js -h 192.168.10.103 -d /var/www
Code:
http://192.168.10.103:8000/ui/index.html
Code:
<script type="text/javascript" src="http://192.168.10.103:8500/aardwolf.js"> </script>
Danke für den Tipp.



Einen Kommentar schreiben: