Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chassis/runkit7
A Chassis extension to install and configure PHP Runkit7 https://github.com/runkit7/runkit7
https://github.com/chassis/runkit7
Last synced: 3 days ago
JSON representation
A Chassis extension to install and configure PHP Runkit7 https://github.com/runkit7/runkit7
- Host: GitHub
- URL: https://github.com/chassis/runkit7
- Owner: Chassis
- Created: 2020-04-22T03:19:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T05:20:21.000Z (over 3 years ago)
- Last Synced: 2024-04-09T22:16:39.697Z (7 months ago)
- Language: Puppet
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Runkit7
A Chassis extension to install and configure [Runkit7](https://github.com/runkit7/runkit7) on your Chassis server.## Global Installation
We recommend [installing this extension globally](http://docs.chassis.io/en/latest/extend/#globally-installing-extensions) to make it available on every Chassis box.
```
git clone https://github.com/Chassis/runkit7 ~/.chassis/extensions/runkit7
```## Project Installation
1. Add this extension to your extensions directory `git clone [email protected]:Chassis/runkit7.git extensions/runkit7` or alternatively add the following to one of your [`.yaml`](https://github.com/Chassis/Chassis/blob/master/config.yaml) files:
```
extensions:
- chassis/runkit7
```
2. Set your `config.local.yaml` PHP version to 7.0 or higher.
3. Run `vagrant provision`.Contributors: [@banderon](https://github.com/banderon).