Skip to content

fix 3 things#617

Closed
luxflow wants to merge 4 commits intoretspen:masterfrom
luxflow:master
Closed

fix 3 things#617
luxflow wants to merge 4 commits intoretspen:masterfrom
luxflow:master

Conversation

@luxflow
Copy link
Copy Markdown

@luxflow luxflow commented Jul 29, 2016

  1. handle pmSuspended
    when your os go into sleep mode
    system status goes into PMSuspended
    unfortunaely webvirtmgr doesn't handle this status properly
    I added it
  2. special character - is not allowed although it is quite used oftenly
    so I added it
  3. fix requirement.txt
    so webvirtmgr can be installed in virtualenv like webvirtcloud
apt-get install virtualenv python-dev libxml2-dev libvirt-dev zlib1g-dev
cd /var/www/
git clone https://github.com/luxflow/webvirtmgr
cd webvirtmgr
virtualenv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

@luxflow luxflow closed this Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant