itayw on gh-pages
trying to route joolajs to joo.… (compare)
itayw on gh-pages
trying to route joolajs to joo.… (compare)
itayw on develop
removed zookeeper from travis (compare)
itayw on v0.8.18
itayw on develop
updated pre/post publish to upd… version bump 0.8.18 Finish v0.8.18 (compare)
itayw on master
Finish v0.8.17 updated pre/post publish to upd… version bump 0.8.18 and 1 more (compare)
itayw on v0.8.17
itayw on develop
version bump 0.8.17 Finish v0.8.17 (compare)
itayw on master
Finish v0.8.16 #759 fixed issue with cloneexte… version bump 0.8.17 and 1 more (compare)
itayw on develop
#759 fixed issue with cloneexte… (compare)
itay@joola01:~$ sudo docker run -p 8080:8080 -p 222:22 -it joola/joola
/usr/lib/python2.7/dist-packages/supervisor/options.py:295: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
'Supervisord is running as root and it is searching '
2015-02-18 08:47:40,458 CRIT Supervisor running as root (no user in config file)
2015-02-18 08:47:40,458 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
2015-02-18 08:47:40,474 INFO RPC interface 'supervisor' initialized
2015-02-18 08:47:40,475 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2015-02-18 08:47:40,475 INFO supervisord started with pid 1
2015-02-18 08:47:41,477 INFO spawned: 'mongodb' with pid 8
2015-02-18 08:47:41,477 INFO spawned: 'sshd' with pid 9
2015-02-18 08:47:41,478 INFO spawned: 'joola' with pid 10
2015-02-18 08:47:43,204 INFO success: mongodb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-02-18 08:47:43,206 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-02-18 08:47:57,761 INFO exited: joola (exit status 0; not expected)
2015-02-18 08:47:58,763 INFO spawned: 'joola' with pid 21
2015-02-18 08:48:24,634 INFO success: joola entered RUNNING state, process has stayed up for > than 25 seconds (startsecs)
-p 222:22
, this allows you to connect to the machine while it's running and get the logs for review. Here's an example:itay@joola01:~$ ssh joola@localhost -p 222
joola@localhost's password:
Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.2.0-70-generic x86_64)
* Documentation: https://help.ubuntu.com/
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
joola@cc7e323e50c2:~$ cd /opt/joola/logs
joola@cc7e323e50c2:/opt/joola/logs$ cat joola.log
08:47:57.593Z INFO joola: Skipping Redis store for configuration, running in stand-alone mode.
08:47:57.677Z INFO joola: Initializing connection to provider [MongoDB].
undefined
undefined
[Error: failed to connect to [localhost:27017]]
08:47:57.757Z WARN joola: Received exit signal: 0
08:47:57.757Z WARN joola: Gracefully shutting down, code: 0
08:47:57.757Z WARN joola: State for [core] changed to [stop]: received code [0]
08:48:14.338Z INFO joola: Skipping Redis store for configuration, running in stand-alone mode.
08:48:14.441Z INFO joola: Initializing connection to provider [MongoDB].
08:48:14.472Z INFO joola: joola HTTP server listening on port [0.0.0.0:8080].
08:48:14.535Z INFO joola: joola version 0.8.6 started [PdsejeNaTWxuRnHzE5STHiHHmOxWFmt4].
joola@cc7e323e50c2:/opt/joola/logs$
joola
is joola
.