-
Notifications
You must be signed in to change notification settings - Fork 536
Upgrade from v3
Robert Burden edited this page Feb 14, 2014
·
4 revisions
Fedora, CentOS, RedHat:
$ sudo service httpd stop
or Debian:
$ sudo service apache stop
or Ubuntu:
$ sudo service apache2 stop
$ cd /var/www/webvirtmgr
$ sqlite3 webvirtmgr.sqlite3
sqlite> select * from instance_host;
Ctrl + D, copy password, login fields are separated by the |
:
$ rm webvirtmgr.sqlite3
Fedora, CentOS, RedHat:
$ sudo yum install python-virtinst
or Ubuntu, Debian:
$ sudo apt-get install virtinst
$ git pull
$ git checkout anna
$ ./manage.py syncdb
$ sudo service webvirtmgr-novnc restart
Fedora, CentOS, RedHat:
$ sudo service httpd start
or Ubuntu, Debian:
$ sudo service apache start