Configure for first time – When run from Docker
If you running the Docker image for first time, you need to create you user by entering a name, email, username and a password.
If you running the Docker image for first time, you need to create you user by entering a name, email, username and a password.
The easiest way to run PV is via script (Mac or Linux only) The script will check your environment for a running instance of docker and then will proceed by downloading the latest PV image and run it. Run it in your terminal: sh -c “$(curl -fsSL https://raw.githubusercontent.com/globaldyne/parfumvault/master/helpers/run_pvault.sh)” When complete, point your browser to: http://localhost:8000 […]
GIT (Advanced) Install and configure a web server with php and mysql server For RH (centos, fedora) systems dnf install epel-release -y dnf install php php-cli php-common php-mysqlnd php-zip php-xml php-gd php-mbstring git python3-pip procps mariadb mariadb-server -y Enable and start mysql and httpd services systemctl enable httpd mariadb systemctl start httpd mariadb Configure firewall […]