Installation issue - Ubuntu 16.04 - tyk-dashboard

Hi,

I am new to tyk, I am trying to a get a local Tyk instance running for some tests.

I am following this link:
https://tyk.io/docs/get-started/with-tyk-on-premise/installation/on-ubuntu/dashboard/

The output from the install was as:

$ sudo apt-get install -y tyk-dashboard
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following NEW packages will be installed:
tyk-dashboard
0 upgraded, 1 newly installed, 0 to remove and 40 not upgraded.
Need to get 0 B/11.2 MB of archives.
After this operation, 29.2 MB of additional disk space will be used.
Selecting previously unselected package tyk-dashboard.
(Reading database … 67560 files and directories currently installed.)
Preparing to unpack …/tyk-dashboard_1.6.2_amd64.deb …
Creating user and group…
Unpacking tyk-dashboard (1.6.2) …
Setting up tyk-dashboard (1.6.2) …
Setting permissions
Installing init scripts…
Found upstart 0.x

When I try to start the tyk-dashboard service, it says
tyk-dashboard unrecognized service

Presume that you checked and service is not listed?
chkconfig --list

Hey @James, sorry for the late reply.
I ended up using docker based deployment, which earlier worked; but now when using the new version it doesn’t.

I was not using a standalone Ubuntu system, it was Ubuntu bash under Windows 10.