[Linux] Compiling Canary Sources
This tutorial was created with /home/user. If you are using root user change for a normal user.
Create the user:
sudo adduser NAME
Give privileges to the created user:
sudo usermod -aG sudo NAME
Change in the Linux Terminal from root to the created user:
sudo su - NAME
1 - Download Bitvise:
https://www.bitvise.com/ssh-client-download
1.1 - Bitvise Tutorial:
https://www.bitvise.com/getting-started-install-ssh-client
2 - Compiling Canary Sources:
How to update vcpkg:
Observations:
3 - Installation Nginx + MariaDB + MyAAC:
After compiling Canary sources, follow the tutorial below to install Nginx + MariaDB + MyAAC:
4 - Credits:
Majesty (Tutorial Compiling Canary Sources)
Last updated