Install Tickets CAD on Windows WSL running under Ubuntu OS - openises/tickets GitHub Wiki
THIS IS A WORK IN PROGRESS
-
Ensure you have an active network connection to your windows computer. You will see unusual error messages if your pc/network connection cannot reach the internet.
-
Open a command prompt as an administrator (type/click the 'windows key' on your keyboard and begin typing cmd, then choose/click-with-mouse 'run as administrator' when the option appears on screen)
-
Run the following command line
wsl --install -d ubuntu -
Follow directions and permit changes to your computer as needed. When the process completes, reboot your machine as instructed.
-
After your computer restarts, you will be prompted to enter a username and password. This first user account will be the system owner and have root privileges via the sudo command. Do not loose your account password. PS: I have seen some computers require another reboot. If prompted, please complete this step after setting your username and password, and before continuing the installation.
-
Run the following command line
sudo apt-get update -
Run the following command line
sudo apt-get upgrade
sudo apt install php7.4-{cli,common,curl,zip,gd,mysql,xml,mbstring,json,intl}
sudo apt
sudo sudo update-alternatives --config php
sudo apt install mariadb-server
More details available at https://www.digitalocean.com/community/tutorials/how-to-install-mariadb-on-ubuntu-22-04
sudo mysql_secure_installation