Tyk-Dashboard service doest not open port 3000

Hi Kos.

Where i can find the logs for the Dashboard ?

This is my /opt/tyk-dashboard/tyk_anaytics.conf (i remove manually secret and license_key properties for this topic) :
{ "listen_port": 3000, "tyk_api_config": { "Host": "http://localhost", "Port": "8080", "Secret": "" }, "mongo_url": "mongodb://localhost/tyk_analytics", "shared_node_secret": "352d20ee67be67f6340b4c0605b044b7", "license_key": "", "page_size": 10, "admin_secret": "12345", "redis_port": 6379, "redis_host": "localhost", "redis_password": "", "force_api_defaults": false, "notify_on_change": true, "license_owner": "Your Name", "hash_keys": true, "email_backend": {}, "hide_listen_path": false, "use_sentry": false, "sentry_code": "", "sentry_js_code": "", "show_org_id": true, "enable_duplicate_slugs": true, "host_config" : { "override_hostname": "front-cctp", "disable_org_slug_prefix": true, "enable_host_names": true, "hostname": "37.35.7.188", "portal_domains": {}, "portal_root_path": "/portal" }, "http_server_options": { "use_ssl": false, "certificates": [ {} ] }, "ui": { "login_page": {}, "nav" : {}, "uptime": {}, "portal": {}, "designer": {}, "languages": { "English": "en", "Chinese": "cn", "Korean": "ko" }, "default_lang": "en" }, "home_dir": "/opt/tyk-dashboard", "identity_broker": { "enabled": false, "host": { "connection_string": "http://localhost:3010", "secret": "" } }, "enable_aggregate_lookups": true, "aggregate_lookup_cutoff": "01/07/2016", "oauth_redirect_uri_separator": ";", "private_key_path": "" }

Edit : the bootstrap result when it launch after all steps in the doc :
Creating Organisation Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/json/__init__.py", line 291, in load **kw) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded ORGID: Adding new user Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/json/__init__.py", line 291, in load **kw) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded USER AUTH: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/json/__init__.py", line 291, in load **kw) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded