https://github.com/chassis/mcrypt
A Chassis extension to install mcrypt
https://github.com/chassis/mcrypt
chassis chassis-extension mcrypt wordpress
Last synced: 10 months ago
JSON representation
A Chassis extension to install mcrypt
- Host: GitHub
- URL: https://github.com/chassis/mcrypt
- Owner: Chassis
- Created: 2017-04-23T08:50:49.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T14:53:37.000Z (over 4 years ago)
- Last Synced: 2025-01-04T19:28:15.297Z (12 months ago)
- Topics: chassis, chassis-extension, mcrypt, wordpress
- Language: Puppet
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mcrypt Chassis Extension.
A Chassis extension to install and configure
[Mcrypt](http://php.net/manual/en/book.mcrypt.php) on your server.
## Usage
1. Add this extension to your extensions directory. `git clone git@github.com:Chassis/mcrypt.git extensions/mcrypt`
2. Run `vagrant provision`
3. Mcrypt has been installed on your Chassis VM!
That's it!
## Mcrypt Version
If you encounter problems when provisioning it might be related to the PHP version you are using. The Mcrypt package version defaults to 1.0.4 but you can modify this in your Chassis config like so:
```yaml
mcrypt: 1.0.2
```