Installing Heimdall Application Dashboard on Existing Apache Webserver
i12bretro
#Heimdall #WebDashboard #ApacheHTTPD
Full steps can be found at https://i12bretro.github.io/tutorials/0423.html
- Log into the Linux web server and run the following commands in terminal
update software repositories
sudo apt updateinstall available software updates
sudo apt upgrade -yinstall git
sudo apt install gitcreate heimdall install directory
sudo mkdir /var/www/heimdallclone the git repository to the working directory
sudo git clone https://github.com/linuxserver/Heimdall.git /var/www/heimdallcd to the working directory
cd /var/www/heimdallgenerate artisan key, if prompted answer yes
sudo php artisan key:generatemake www-data the owner
sudo chown -R www-data:www-data /var/www/heimdallset permissions
sudo chmod -R 755 /var/www/heimdall/create heimdall apache conf
sudo nano /etc/apache2/sites-available/heimdall.conf - Paste the following configuration into heimdall.conf Alias /heimdall "/var/www/heimdall/public" Directory /var/www/heimdall/public- Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny allow from all /Directory-
- Press CTRL+O, Enter, CTRL+X to write the changes to heimdall.conf
- Continue with the following commands in terminal
enable apache rewrite module
sudo a2enmod rewriteenable the heimdall site
sudo a2ensite heimdallrestart apache2 service
sudo systemctl restart apache2 - Open a web browser and navigate to http://DNSorIP/heimdall
- Welcome to Heimdall Application Dashboard running on your existing Apache web server
Source: https://github.com/linuxserver/Heimdall ... https://www.youtube.com/watch?v=bBtiB_Hkimg
2021-08-15
0.03416558 LBC
Copyrighted (contact publisher)
16966749 Bytes