Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tidal/setup-php
Set of simple scripts to build and install homebrewed PHP with or without dependencies on a debian/ubuntu system
https://github.com/tidal/setup-php
Last synced: 6 days ago
JSON representation
Set of simple scripts to build and install homebrewed PHP with or without dependencies on a debian/ubuntu system
- Host: GitHub
- URL: https://github.com/tidal/setup-php
- Owner: tidal
- License: mit
- Created: 2015-02-19T17:24:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T17:39:36.000Z (over 9 years ago)
- Last Synced: 2023-03-11T00:22:25.868Z (over 1 year ago)
- Language: Shell
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Set of simple scripts to build and install homebrewed PHP
with or without dependencies on a debian/ubuntu systemsetup:
- rename '_config.sh' to 'config.sh' and adjust your changes
- rename '_build.sh' to 'build.sh' and adjust your changesusage:
- config.sh : sets up variables for the script and is included in every of the other scripts
- install-dependencies.sh : tries to install all php dependencies via debian/ubuntu packages (including apache2/mysql)
- download.sh : downloads and unpacks php source
- build.sh : configures and builds php from the source (assumes install-dependencies.sh and download.sh to be run before)
- install.sh : installs php in the system and tries to configure apache correctly
- install-all.sh : runs whole installation process by calling all the other scripts