-
Notifications
You must be signed in to change notification settings - Fork 0
User Mode LAMP - Apache, MySql, Php without root permission in a user account
minghuascode/UserLAMP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published