mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 16:05:58 +03:00
[GH-ISSUE #146] Can't Intsall on Centos 7 #99
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#99
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 @ghost on GitHub (May 20, 2018).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/146
First:
now put secret key to webvirtcloud/settings.py
What secret key? None is provided after last step in that section in the docs
Second:
@hfinch1991 commented on GitHub (May 23, 2018):
secret key is a random string generated in python :
Second:cannot create regular file ‘/etc/nginx/conf.d/’: No such file or directory, because you didn't install nginx:
yum -y install epel-release && yum -y install nginx