Skip to content

minghuascode/UserLAMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build and run Apache, MySql, PHP from source 
for a user account without root permission:

Create a directory, say sources. Then: 

  cd sources
  cp .../userlamp-makefile .
  tar zxf .../httpd-x.y.z.tar.gz
  tar zxf .../mysql-x.y.z.tar.gz
  tar zxf .../php-x.y.z.tar.gz

  mkdir -p $(HOME)/servers
  make -f userlamp-makefile

This will show you the build and run steps. 
Follow the steps. 

About

User Mode LAMP - Apache, MySql, Php without root permission in a user account

Resources

Stars

Watchers

Forks

Packages

No packages published