Linux - Canary
[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:
Before compiling Canary in ARM, comment these lines in the CMakeLists.txt.
The file CMakeLists.txt is located on Canary main folder.
-- Running vcpkg install
This step will take a long time on the first run, as it needs to download and install all the dependencies, so be patient!
Nginx + MariaDB + MyAAC
1 - Installation - Nginx:
2 - Installation - MariaDB:
3 - Configuration - MariaDB User:
4 - Installation - PHP:
5 - Installation - phpMyAdmin:
6 - Configuration - Nginx:
7 - Database:
Go to phpMyAdmin.
On the left side click +New and create a database (e.g. canary)
Import the schema.sql that is in the server folder.
Atualizado