Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svpernova09/phpt-vm
VM to build php-src
https://github.com/svpernova09/phpt-vm
Last synced: about 1 month ago
JSON representation
VM to build php-src
- Host: GitHub
- URL: https://github.com/svpernova09/phpt-vm
- Owner: svpernova09
- License: mit
- Created: 2017-09-26T20:59:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T21:08:27.000Z (over 7 years ago)
- Last Synced: 2024-10-11T15:45:26.167Z (4 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpt-vm
## Setup
* Clone this repo
* `cd path/to/repo`
* `./vendor/bin/homestead make`
* `vagrant up`
* `vagrant ssh`
* `git clone [email protected]:memphisphp/phptestfest-php-src.git`
* `cd phptestfest-php-src`## Compile PHP
* `cd /home/vagrant/php/phptestfest-php-src`
* `./configure`
* `make -j5`
* `sapi/cli/php --version`