# HG changeset patch # User tzara # Date 1382795134 -3600 # Node ID a1eacfae4fcf2b2d38fdcdfda2be19091edf66c5 # Parent 753414e075a0de840e0623349bbb74550ebf7dcf changes to perhaps non used files diff -r 753414e075a0 -r a1eacfae4fcf installer.sh --- a/installer.sh Sat Oct 26 13:43:08 2013 +0000 +++ b/installer.sh Sat Oct 26 14:45:34 2013 +0100 @@ -1,5 +1,11 @@ #!/bin/sh -npm install sockets.io node-static requirejs + +#sudo dpkg-reconfigure dash +# use bash instead of dash on ubuntu systems + +#sudo apt-get install phantomjs supervisor +#npm install sockets.io node-static requirejs + mkdir -p /usr/local/bin cp -pa nodescore /usr/local/bin/ diff -r 753414e075a0 -r a1eacfae4fcf nodescore --- a/nodescore Sat Oct 26 13:43:08 2013 +0000 +++ b/nodescore Sat Oct 26 14:45:34 2013 +0100 @@ -14,12 +14,13 @@ if [ "$1" = "home" ] then -SERVER='192.168.1.77:8887' +SERVER='localhost:8890' else SERVER='http://nodescore.kiben.net:8889' fi BASEDIR='/usr/share/nodescore/www/m' +#BASEDIR='www/m' PROJECT='seta' THUMBPATH=$BASEDIR/thumbs