Coding4fun2012 / svmp_admin_console

Obsolete. See SVMP/svmp-web-console instead. Web UI for managing SVMP users and their VMs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVMP Admin Console

Web UI to manage users and their VMs

Setup

  1. Install Node.js
  2. Install MongoDB
  3. Run ‘npm install’ from within this directory

Configuration

See config/config.js

  • db: mongo db URL
  • port: port number for web app (default 8080)
  • openstack: openstack API settings
  • radius: setting if used

Setup

  • Start mongodb
  • Run the ‘utils/load_test_data.js’ script to create a default admin user for the Web UI. Change the default admin password via the web ui!
  • Start the web app from a terminal run: “node app.js”
  • Point browser to “http://localhost:8080”

TODO

  • Integrate Radius
  • Test authenticate from proxy
  • Delete VM on openstack – on proxyuser delete

About

Obsolete. See SVMP/svmp-web-console instead. Web UI for managing SVMP users and their VMs.


Languages

Language:JavaScript 70.0%Language:HTML 27.1%Language:CSS 2.9%