This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository mum. See http://git.chorem.org/mum.git commit d9ab090dfeb605214863b100e6901a75155f785f Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Feb 26 16:47:15 2015 +0100 installation details on readme --- README | 35 ++++++++++++++++++++++++++++++----- app/process_monitoring.py | 1 - 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/README b/README index c488041..1bcbfb2 100644 --- a/README +++ b/README @@ -1,5 +1,30 @@ ---------------------- -Installation procedure: ---------------------- -- bower install -- ./bootsrap.sh +------------ +Installation +------------ +Get the sources: +- git clone https://git.chorem.org/mum.git +- cd mum + +If bower is not installed: (as root) +- apt-get install curl +- curl -sL https://deb.nodesource.com/setup | bash - +- apt-get install -y nodejs +(Packages for other distrib : https://github.com/joyent/node/wiki/installing-node.js-via-package-manager) + +Install Bower : +npm install -g bower + +Install bower dependancies: +bower install + +This program needs python 2.7: (as root) +apt-get install python2.7 +apt-get install python2.7-dev + +Install python dependancies (needs Pip): +./boostrap.sh + +Launch the server : +./run.sh + +The service will be avaliable on 0.0.0.0:1337 \ No newline at end of file diff --git a/app/process_monitoring.py b/app/process_monitoring.py index 8ddbb04..80b06ec 100644 --- a/app/process_monitoring.py +++ b/app/process_monitoring.py @@ -85,7 +85,6 @@ class RunMonitoring(threading.Thread): self.wsc = wsc def run(self): - print "running" sys.stdout.flush() for dict_mod in self.list_dict_mod: print "Launching " + str(dict_mod['os']) + "." + str(dict_mod['mod_name']) + " on " + str(dict_mod['addr']) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.