<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi roni,<br></div>I paste in my second session which includes a 'rebuild' as i thought it worth trying to build Clique _after_ i had 'built' Tangelo.<br></div>I will paste in the (logically) first session (in this mail after the second one) and it includes the Tangelo demo (succesfully running), then below that the Clique ( my attempt to invoke it with 'gulp serve'). The snip includes quite a bit of server message from Tangelo whilst i was trying out different pages in the demo.<br></div>Below that is the few attempts at reaching Clique (as you can see from the message including localhost:3000).<br></div>Much appreciated - if you would prefer me to share this (from google drive or any other platform) do let me know, I don't want to clog up the mail forum unnecessarily.<br><br></div>cheers!<br></div>rollo<br><br></div>Pastes:<br></div>second session: including 'build' notes<br><br>[rollom@Tosh18A ~]$ su<br>Password: <br>[root@Tosh18A rollom]# cd<br>[root@Tosh18A ~]# ls<br>anaconda-ks.cfg  node-js  tangelo<br>[root@Tosh18A ~]# cd node-js/<br>[root@Tosh18A node-js]# ls<br>clique-master  clique-master.zip  node_modules<br>[root@Tosh18A node-js]# cd clique-master/<br>[root@Tosh18A clique-master]# ls<br>bower_components  clique.min.js        LICENSE       tangelo<br>bower.json        clique-views.js      node_modules  tangelo-config.yaml<br>build             clique-views.min.js  package.json<br>clique            data                 README.md<br>clique.js         gulpfile.js          src<br>[root@Tosh18A clique-master]# gulp<br>[21:21:06] Using gulpfile ~/node-js/clique-master/gulpfile.js<br>[21:21:06] Starting 'lint'...<br>[21:21:06] Starting 'style'...<br>[21:21:07] Starting 'stylus'...<br>[21:21:07] Starting 'uglify-index'...<br>[21:21:07] Starting 'jade-templates'...<br>[21:21:07] Starting 'uglify-clique'...<br>[21:21:07] Starting 'jade'...<br>[21:21:07] Starting 'assets'...<br>[21:21:07] Finished 'assets' after 2.62 ms<br>[21:21:07] Starting 'bower'...<br>[21:21:07] Using cwd:  /root/node-js/clique-master<br>[21:21:07] Using bower dir:  ./bower_components<br>[21:21:11] Finished 'stylus' after 3.57 s<br>[21:21:11] Finished 'jade' after 3.66 s<br>[21:21:12] Finished 'jade-templates' after 4.62 s<br>[21:21:12] Starting 'uglify-templates'...<br>[21:21:12] Finished 'uglify-templates' after 7.7 ms<br>[21:21:12] Finished 'uglify-index' after 4.68 s<br>[21:21:14] Finished 'lint' after 7.91 s<br>[21:21:14] Finished 'style' after 7.89 s<br>[21:21:14] Finished 'uglify-clique' after 7.31 s<br>[21:21:14] Starting 'uglify'...<br>[21:21:14] Finished 'uglify' after 7.68 μs<br>[21:21:19] Finished 'bower' after 12 s<br>[21:21:19] Starting 'default'...<br>[21:21:19] Finished 'default' after 11 μs<br>[root@Tosh18A clique-master]# comment :::run with ' gulp serve '<br><br>[root@Tosh18A clique-master]# gulp serve<br>[21:23:36] Using gulpfile ~/node-js/clique-master/gulpfile.js<br>[21:23:36] Starting 'serve'...<br>[16/Feb/2016:21:23:38] TANGELO Logging level: INFO (20)<br>[16/Feb/2016:21:23:38] TANGELO Using configuration file /root/node-js/clique-master/tangelo-config.yaml<br>[16/Feb/2016:21:23:38] TANGELO Access authentication enabled<br>[16/Feb/2016:21:23:38] TANGELO Sessions enabled<br>[16/Feb/2016:21:23:38] TANGELO Directory content serving disabled<br>[16/Feb/2016:21:23:38] TANGELO Web service source code serving disabled<br>[16/Feb/2016:21:23:38] TANGELO Hostname: localhost<br>[16/Feb/2016:21:23:38] TANGELO Port: 3000<br>[16/Feb/2016:21:23:38] TANGELO Privilege drop enabled (if necessary)<br>[16/Feb/2016:21:23:38] TANGELO     User: nobody<br>[16/Feb/2016:21:23:38] TANGELO     Group: nobody<br>[16/Feb/2016:21:23:38] TANGELO HTTPS disabled<br>[16/Feb/2016:21:23:38] TANGELO Serving content from /root/node-js/clique-master/build/site<br>[16/Feb/2016:21:23:38] PLUGIN Loading plugin tangelo (from /usr/lib/python2.7/site-packages/tangelo/pkgdata/plugin/tangelo)<br>[16/Feb/2016:21:23:38] TANGELO Plugin tangelo loaded<br>[16/Feb/2016:21:23:38] PLUGIN Loading plugin mongo (from /root/node-js/clique-master/tangelo/mongo)<br>[16/Feb/2016:21:23:38] PLUGIN     ...loading python module content<br>[16/Feb/2016:21:23:38] TANGELO Plugin mongo loaded<br>[16/Feb/2016:21:23:38] TANGELO Performing privilege drop<br>[16/Feb/2016:21:23:38] ENGINE Bus STARTING<br>[16/Feb/2016:21:23:38] ENGINE Started monitor thread '_TimeoutMonitor'.<br>[16/Feb/2016:21:23:39] ENGINE Serving on <a href="http://localhost:3000">http://localhost:3000</a><br>[16/Feb/2016:21:23:39] ENGINE Started as uid: 'root' gid: 'root'<br>[16/Feb/2016:21:23:39] ENGINE Running as uid: 'nobody' gid: 'nobody'<br>[16/Feb/2016:21:23:39] ENGINE umask not set<br>[16/Feb/2016:21:23:39]  Starting WebSocket processing<br>[16/Feb/2016:21:23:39] ENGINE Bus STARTED<br>[16/Feb/2016:21:23:39] TANGELO Server is running<br><br></div>pastes: first attempt :  run with gulp serve (build output note included here)<br><br>[root@Tosh18A clique-master]# gulp serve<br>[22:13:29] Using gulpfile ~/node-js/clique-master/gulpfile.js<br>[22:13:29] Starting 'serve'...<br>[15/Feb/2016:22:13:30] TANGELO Logging level: INFO (20)<br>[15/Feb/2016:22:13:30] TANGELO Using configuration file /root/node-js/clique-master/tangelo-config.yaml<br>[15/Feb/2016:22:13:30] TANGELO Access authentication enabled<br>[15/Feb/2016:22:13:30] TANGELO Sessions enabled<br>[15/Feb/2016:22:13:30] TANGELO Directory content serving disabled<br>[15/Feb/2016:22:13:30] TANGELO Web service source code serving disabled<br>[15/Feb/2016:22:13:30] TANGELO Hostname: localhost<br>[15/Feb/2016:22:13:30] TANGELO Port: 3000<br>[15/Feb/2016:22:13:30] TANGELO Privilege drop enabled (if necessary)<br>[15/Feb/2016:22:13:30] TANGELO     User: nobody<br>[15/Feb/2016:22:13:30] TANGELO     Group: nobody<br>[15/Feb/2016:22:13:30] TANGELO HTTPS disabled<br>[15/Feb/2016:22:13:30] TANGELO Serving content from /root/node-js/clique-master/build/site<br>[15/Feb/2016:22:13:30] PLUGIN Loading plugin tangelo (from /usr/lib/python2.7/site-packages/tangelo/pkgdata/plugin/tangelo)<br>[15/Feb/2016:22:13:30] TANGELO Plugin tangelo loaded<br>[15/Feb/2016:22:13:30] PLUGIN Loading plugin mongo (from /root/node-js/clique-master/tangelo/mongo)<br>[15/Feb/2016:22:13:30] PLUGIN     ...loading python module content<br>[15/Feb/2016:22:13:30] TANGELO Plugin mongo loaded<br>[15/Feb/2016:22:13:30] TANGELO Performing privilege drop<br>[15/Feb/2016:22:13:30] ENGINE Bus STARTING<br>[15/Feb/2016:22:13:30] ENGINE Started monitor thread '_TimeoutMonitor'.<br>[15/Feb/2016:22:13:30] ENGINE Serving on <a href="http://localhost:3000">http://localhost:3000</a><br>[15/Feb/2016:22:13:30] ENGINE Started as uid: 'root' gid: 'root'<br>[15/Feb/2016:22:13:30] ENGINE Running as uid: 'nobody' gid: 'nobody'<br>[15/Feb/2016:22:13:30] ENGINE umask not set<br>[15/Feb/2016:22:13:30]  Starting WebSocket processing<br>[15/Feb/2016:22:13:30] ENGINE Bus STARTED<br>[15/Feb/2016:22:13:30] TANGELO Server is running<br>127.0.0.1 - - [15/Feb/2016:22:14:37] "GET / HTTP/1.1" 404 731 "" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:14:38] "GET /favicon.ico HTTP/1.1" 200 2006 "" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:39] "GET /plugin/stream/examples HTTP/1.1" 303 136 "<a href="http://localhost:8080/">http://localhost:8080/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:39] "GET /plugin/stream/examples/index.html HTTP/1.1" 304 - "<a href="http://localhost:8080/">http://localhost:8080/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:39] "GET /plugin/stream/stream.js HTTP/1.1" 304 - "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:39] "GET /plugin/tangelo/tangelo.js HTTP/1.1" 304 - "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:39] "GET /plugin/stream/examples/index.js HTTP/1.1" 304 - "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:40] "POST /plugin/stream/stream/start/plugin/stream/examples/primes HTTP/1.1" 200 43 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:40] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 1 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:40] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 1 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:40] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 1 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:40] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 1 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:40] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:40] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:40] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:40] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:41] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:41] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:41] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:42] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:43] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:44] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:45] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:46] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:15:47] "POST /plugin/stream/stream/next/65f846542a8dbffcc83d55e545483611 HTTP/1.1" 200 2 "<a href="http://localhost:8080/plugin/stream/examples/">http://localhost:8080/plugin/stream/examples/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:16:18] "GET /plugin/vis/examples/parallelcoords HTTP/1.1" 303 160 "<a href="http://localhost:8080/">http://localhost:8080/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:16:18] "GET /plugin/vis/examples/parallelcoords/index.html HTTP/1.1" 200 2924 "<a href="http://localhost:8080/">http://localhost:8080/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:16:18] "GET /plugin/vis/examples/parallelcoords/index.js HTTP/1.1" 200 4189 "<a href="http://localhost:8080/plugin/vis/examples/parallelcoords/">http://localhost:8080/plugin/vis/examples/parallelcoords/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:16:18] "GET /plugin/vis/parallelCoords.js HTTP/1.1" 200 5118 "<a href="http://localhost:8080/plugin/vis/examples/parallelcoords/">http://localhost:8080/plugin/vis/examples/parallelcoords/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:16:19] "GET /plugin/vis/examples/parallelcoords/cars.json HTTP/1.1" 200 43213 "<a href="http://localhost:8080/plugin/vis/examples/parallelcoords/">http://localhost:8080/plugin/vis/examples/parallelcoords/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:17:12] "GET /plugin/vis/examples/correlation HTTP/1.1" 303 154 "<a href="http://localhost:8080/">http://localhost:8080/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:17:12] "GET /plugin/vis/examples/correlation/index.html HTTP/1.1" 200 2207 "<a href="http://localhost:8080/">http://localhost:8080/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:17:12] "GET /plugin/vis/correlationPlot.js HTTP/1.1" 200 10603 "<a href="http://localhost:8080/plugin/vis/examples/correlation/">http://localhost:8080/plugin/vis/examples/correlation/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:17:12] "GET /plugin/vis/examples/correlation/index.js HTTP/1.1" 200 2853 "<a href="http://localhost:8080/plugin/vis/examples/correlation/">http://localhost:8080/plugin/vis/examples/correlation/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:17:12] "GET /plugin/tangelo/tangelo.js HTTP/1.1" 304 - "<a href="http://localhost:8080/plugin/vis/examples/correlation/">http://localhost:8080/plugin/vis/examples/correlation/</a>" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>^Z<br>[2]+  Stopped                 gulp serve<br>[root@Tosh18A clique-master]# bg<br>[2]+ gulp serve &<br>[root@Tosh18A clique-master]# Exception in thread Thread-1:<br>Traceback (most recent call last):<br>  File "/usr/lib64/python2.7/threading.py", line 813, in __bootstrap_inner<br>    self.run()<br>  File "/usr/lib/python2.7/site-packages/ws4py/manager.py", line 252, in run<br>    for fd in polled:<br>  File "/usr/lib/python2.7/site-packages/ws4py/manager.py", line 138, in poll<br>    events = self.poller.poll(timeout=self.timeout)<br>IOError: [Errno 4] Interrupted system call<br><br>jobs<br>[1]-  Running                 tangelo --examples &  (wd: ~/tangelo)<br>[2]+  Stopped                 gulp serve<br>[root@Tosh18A clique-master]# ps<br>  PID TTY          TIME CMD<br> 6761 pts/1    00:00:00 su<br> 6769 pts/1    00:00:00 bash<br> 7348 pts/1    00:00:03 gulp<br> 7357 pts/1    00:00:00 clique<br> 7404 pts/1    00:00:00 ps<br>[root@Tosh18A clique-master]# jobs<br>[1]-  Running                 tangelo --examples &  (wd: ~/tangelo)<br>[2]+  Stopped                 gulp serve<br>[root@Tosh18A clique-master]# jobs --help<br>bash: jobs: --: invalid option<br>jobs: usage: jobs [-lnprs] [jobspec ...] or jobs -x command [args]<br>[root@Tosh18A clique-master]# jobs -2 fg<br>bash: jobs: -2: invalid option<br>jobs: usage: jobs [-lnprs] [jobspec ...] or jobs -x command [args]<br>[root@Tosh18A clique-master]# bg 2<br>[2]+ gulp serve &<br>[root@Tosh18A clique-master]# jobs<br>[1]-  Running                 tangelo --examples &  (wd: ~/tangelo)<br>[2]+  Stopped                 gulp serve<br>[root@Tosh18A clique-master]# jobs<br>[1]-  Running                 tangelo --examples &  (wd: ~/tangelo)<br>[2]+  Stopped                 gulp serve<br>[root@Tosh18A clique-master]# fg 2<br>gulp serve<br>127.0.0.1 - - [15/Feb/2016:22:26:54] "GET / HTTP/1.1" 404 731 "" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br>127.0.0.1 - - [15/Feb/2016:22:27:13] "GET / HTTP/1.1" 404 731 "" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0"<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 17 February 2016 at 12:55, Roni Choudhury <span dir="ltr"><<a href="mailto:roni.choudhury@kitware.com" target="_blank">roni.choudhury@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Rollo-<div><br></div><div>Can you show me the command you used to launch Clique? This will help me diagnose what's happening.</div><div><br></div><div>roni</div></div><br><div class="gmail_quote"><div><div class="h5"><div dir="ltr">On Wed, Feb 17, 2016 at 7:45 AM Rollo Moore <<a href="mailto:rollo.moore@nihr.ac.uk" target="_blank">rollo.moore@nihr.ac.uk</a>> wrote:<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">greetings, Roni et al; <div><br></div><div>Tangelo seems to bring a great potential - thank you.</div><div><br></div><div>I have installed clique first then tangelo; however, clique demo does not work (it gives 404 error and message / not found  (page served by PyCherry (to be confirmed))</div><div><br></div><div>Basically, should i 'start again' as in - install everything (girder, resonant, etc )?</div><div><br></div><div>I have _basic_ linux knowledge.</div><div><br></div><div>all the best</div><div>Rollo<br clear="all"><div><br></div>-- <br><div><p> <br></p></div>
</div></div>

<br>
</div></div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;background-color:rgb(255,255,255)">Confidential information may be contained in this message.If you are not the intended recipient, any reading, printing, storage, disclosure, copying or any other action taken in respect of this e-mail is prohibited and may be unlawful. If you are not the intended recipient, please notify the sender immediately by using the reply function and then permanently delete what you have received.</span>_______________________________________________<br>
Tangelo-users mailing list<br>
<a href="mailto:Tangelo-users@public.kitware.com" target="_blank">Tangelo-users@public.kitware.com</a><br>
<a href="http://public.kitware.com/mailman/listinfo/tangelo-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/tangelo-users</a><br>
</blockquote></div>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><p> </p>
<table>
<tbody>
<tr>
<td>
<p><strong><span style="font-size:14pt;color:#3366ff"> Rollo Moore</span></strong> </p>
<p><strong></strong>  |  </p>
</td>
<td> <img src="http://www.nihr.ac.uk/external-images/nihrsigimage.png" alt="NIHR Logo" width="143" height="59"></td>
<td> </td>
</tr>
</tbody>
</table>
<hr noshade width="100%">
<p> <span style="color:#3366ff"><strong>e.</strong></span> <a href="mailto:rollo.moore@nihr.ac.uk" target="_blank">rollo.moore@nihr.ac.uk</a><br><br> <span style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px"></span></p>
<p><span style="font-family:arial,helvetica,sans-serif"><span style="font-family:arial,helvetica,sans-serif"><br></span></span></p>
<div style="height:32px"> </div></div>
</div>

<br>
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;background-color:rgb(255,255,255)">Confidential information may be contained in this message.If you are not the intended recipient, any reading, printing, storage, disclosure, copying or any other action taken in respect of this e-mail is prohibited and may be unlawful. If you are not the intended recipient, please notify the sender immediately by using the reply function and then permanently delete what you have received.</span>