changeset 71:a1eacfae4fcf

changes to perhaps non used files
author tzara <rc-web@kiben.net>
date Sat, 26 Oct 2013 14:45:34 +0100
parents 753414e075a0
children 9af4250ff7d5
files installer.sh nodescore
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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/
 
--- 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