mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #52] No module name django #33
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tboulogne on GitHub (Sep 8, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/52
Hello,
I setup webvirtcloud easily but i face a problem with console
I obviously get this error (Server disconnected (code: 1006)). Looking at novncd log :
Seems django not installed in the virtualenv.
Any tips to solve this please ?
Thank :-)
@tboulogne commented on GitHub (Sep 8, 2015):
[UPDATE 1]
it was a permission problem. Could not simply make a
pip install -r conf/requirements.txtin /srv/webvirtcloud directory. All things are not installed in the virtuaIenv. I make a 777 for setup and setting back permission after. It's works.
[UPDATE 2]
Dismiss any error message in novnc log, but not working. I omit to say that i activate https to access interface. Reverting back to http, novnc work. Question : where could i find nonvc port management please ?
@savichev commented on GitHub (Sep 8, 2015):
You need the corresponding file in root "webvirtcloud" with name cert.pem
OR
see in webvirtcloud/settings.py params WS_*
@tboulogne commented on GitHub (Sep 8, 2015):
Hello thanks for your answer. Works great :-). 👍
@savichev commented on GitHub (Sep 8, 2015):
Don't mention it.