Ctrl+Alt+T
or by searching Terminal
in the Applications menu.sudo pacman -Syu
sudo pacman -S wget unzip
sudo pacman -S apache php php-apache
sudo systemctl start httpd
sudo systemctl enable httpd
Navigate to the Apache configuration directory by running:
cd /etc/httpd/conf
Open the Apache configuration file named "httpd.conf" using your favorite text editor:
sudo nano httpd.conf
Add the following lines of code to the bottom of the file:
Alias /framadate /path/to/extracted/framadate-directory
<Directory /path/to/extracted/framadate-directory>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Replace "/path/to/extracted/framadate-directory" with the actual path to where you extracted the Framadate files in step 2.
Save the changes and close the text editor.
sudo systemctl restart httpd
http://localhost/framadate/
.Congratulations, you have successfully installed Framadate on your Manjaro system.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!