linux:lampp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:lampp [2018/10/09 00:12] – created mhlinux:lampp [2026/04/25 12:19] (current) – removed mh
Line 1: Line 1:
-====== LAMPP local server ====== 
- 
-==== Deploy a local application ==== 
- 
-=== Multiple users === 
- 
-Create a gitusers group, join the required users to the group and give ownership of //htdocs// folder to the group  
- 
-<code bash> 
-$groupadd gitusers 
-$usermod -a -G gitusers USER 
-$cd /opt/lampp 
-$chown root.gitusers htdocs 
-$chmod 755 htdocs 
-</code> 
- 
-=== Single users === 
- 
-Just give ownership of the //htdocs// folder to desired user 
- 
-<code bash> 
-$cd /opt/lampp 
-$chown mh.mh htdocs 
-</code> 
- 
-Inside /opt/lampp/htdocs 
- 
-<code bash> 
-$git clone ssh:address/to/repository 
-</code> 
- 
-Access the module with the url : localhost/repository 
-===== Ressources ===== 
- 
-[[https://www.apachefriends.org/index.html|Official site]] 
  
  • linux/lampp.1539036760.txt.gz
  • Last modified: 2025/06/02 21:18
  • (external edit)