Initial Setup
Downloading the necessary files for Feedbacky itself, setting up the database and firewall.
Necessary files
sudo mkdir /etc/feedbacky && cd /etc/feedbackysudo curl -O "https://raw.githubusercontent.com/feedbacky-project/app/master/{.env,docker-compose.yml}"Database setup
sudo mysqlCREATE USER '{MYSQL_USERNAME}'@'%' IDENTIFIED BY '{MYSQL_PASSWORD}';Firewall setup
Last updated