Opensource database administration tool - web interface
npm install dbgate-serve

sh
npm install -g dbgate-serve-premium
`DbGate is configure via environment variables. In this package, you could use .env files with configuration of DbGate. .env file is loaded in working directory.
.env file could look like following:
`
STORAGE_SERVER=localhost
STORAGE_USER=root
STORAGE_PASSWORD=mypassword
STORAGE_DATABASE=dbname
STORAGE_ENGINE=mysql@dbgate-plugin-mysql
`You could find more about environment variable configuration on DbGate docs page.
After installing, you can run dbgate with command:
`sh
dbgate-serve-premium
`Then open http://localhost:3000 in your browser
Install using npm - community edition
`sh
npm install -g dbgate-serve
`After installing, you can run dbgate with command:
`sh
dbgate-serve
``.env file could be used in the same way as in Premium edition, without STORAGE_xxx variables, which are specific for Premium.
Then open http://localhost:3000 in your browser
If you don't know, whether you will need Instance client, please use this table of features,
which are supported only in thick mode (with instant client). Eg. thin mode works from Oracle 12, if you have older Oracle server, you will need to install Oracle Instant client.