42a1e11c3d6424cf6bf22ebc0d09ea63578a4786
				
			
			
		
	 lionel
		
	
	42a1e11c3d
			lionel
		
	
	42a1e11c3d
	
	
		
			
	
		
	
	
		
			All checks were successful
		
		
	
	/ 🐳 Build & Push Docker Image with Commit Hash Tag (push) Successful in 2m41s
				
			For Install it
Install Dependency :
sudo apt install apache2 php php-mbstring
Install Fontawesome :
Download and extract the zip file on server ROOT
wget https://use.fontawesome.com/releases/v5.15.1/fontawesome-free-5.15.1-web.zip
unzip fontawesome-free-5.15.1-web.zip
rm fontawesome-free-5.15.1-web.zip
mv fontawesome-free-5.15.1-web fontawesome
Change Apache2 Configuration for security :
#Add these lines to /etc/apache2/apache2.conf
<Directory /var/www/html/uploads/>
	Options -Indexes -FollowSymLinks
	php_flag engine off
</Directory>
Change php max upload size :
#Edit these lines in /etc/php/<php_version>/apache2/php.ini
post_max_size = 5G
upload_max_filesize = 5G
Description
				
					Languages
				
				
								
								
									PHP
								
								49.4%
							
						
							
								
								
									JavaScript
								
								35%
							
						
							
								
								
									CSS
								
								8.9%
							
						
							
								
								
									HTML
								
								4%
							
						
							
								
								
									Dockerfile
								
								2.7%