-
Notifications
You must be signed in to change notification settings - Fork 374
Podman Installation
catborise edited this page Jun 30, 2020
·
4 revisions
First Install podman (on host or guest) then:
Steps:
- Install git, python
yum install git python
- Clone from repository
git clone https://github.com/retspen/webvirtcloud.git
3 Move to the installation folder
cd webvirtcloud/
- Copy the setting.py file
cp webvirtcloud/settings.py.template webvirtcloud/settings.py
- Generate random number using Python script:
python3 conf/runit/secret_generator.py
- Copy 'generated code' and paste it to webvirtcloud/settings.py as SECRET_KEY = ''
- Edit webvirtcloud/settings.py and change WS_PUBLIC_PORT = 6080 -> WS_PUBLIC_PORT = 80
- Build the docker container
podman build -t retspen/webvirtcloud:1 .
- Create a pod to export access port
podman pod create -p 80:80 --name wvc
- Start the container. Use this command only for the first start
podman run -dt --pod wvc retspen/webvirtcloud:1
- Run browser enter host url with http.
- Login with: Username admin, password admin
- Change your admin password
- Add new host & define storage pools - define network