GitMiester / digitalocean-dashboard

Digital Ocean API Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digital Ocean Dashboard 1.2.0

License

Made with Bootstrap 3 and Datatables JS

alt tag

Installation:

  1. Clone the repository

  2. Copy config-sample.php in the root directory and rename it config.php

  3. Add your digital ocean API key to config.php

$DO_API_TOKEN = 'REPLACE_WITH_YOUR_OWN_DIGITALOCEAN_API_TOKEN';
  1. Launch your dashboard
# This may vary depending where you installed the app and/or your environment
http://localhost/digitalocean-dashboard/main/

Node Modules Install:

# This is optional and you don't have to do this in order to run the app
npm install

Bower Components Install:

# This is optional and you don't have to do this in order to run the app
bower install

Bugs and issues

You can report them here

Contributing

Anyone is welcome to contribute. You can contribute in a few ways.

  1. Submitting a pull request with fixes, improvements, or new features
  2. Reporting bugs or issues here
  3. Providing feedback or suggestions

Security

You can contact us at security at headtalker dot com

About

Digital Ocean API Dashboard

License:GNU General Public License v2.0


Languages

Language:PHP 68.8%Language:JavaScript 19.8%Language:CSS 11.4%