JacobJWalker / DescartesDaemon

Descartes' Daemon is a "middleware" operating system for virtual machines.
http://www.DescartesDaemon.org
GNU General Public License v2.0
4 stars 2 forks source link

Enable PHPVirtualbox for Managing VMs #24

Closed crutchcorn closed 8 years ago

crutchcorn commented 9 years ago

We could implement this so that we could have a headless server running on each computer so that admins could easier access their computer systems from elsewhere. However, this would require running apache2 on the host OS, taking up more resources. What do you think @JacobJWalker ?

Great working guide here: http://www.unixmen.com/install-oracle-virtualbox-and-manage-it-using-phpvirtualbox-on-ubuntu-15-04-headless-server/

crutchcorn commented 8 years ago

This is invalid now, as there is a current focus to move to QEMU (#27). However, I would like to see this functionality in the QEMU branch one day. Perhaps a separate project (controlling QEMU via a PHP webfrontend) for me to start working on?