https://github.com/chassis/bcmath
A Chassis extension to install BC Math
https://github.com/chassis/bcmath
Last synced: 26 days ago
JSON representation
A Chassis extension to install BC Math
- Host: GitHub
- URL: https://github.com/chassis/bcmath
- Owner: Chassis
- Created: 2019-05-11T11:11:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T11:12:31.000Z (about 7 years ago)
- Last Synced: 2025-03-11T00:05:41.656Z (over 1 year ago)
- Language: Puppet
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BC Math extension for Chassis
Install [BC Math](https://www.php.net/manual/en/book.bc.php) within your [Chassis](http://chassis.io/) box!
## Activation
### Automated Installation
To add the BC Math extension to a Chassis box, include `chassis/bcmath` in the `extensions` list within your `config.local.yaml` file:
```yml
extensions:
- chassis/bcmath
```
Then run `vagrant provision` to instruct Chassis to download and install the new extension.
### Manual Installation
Ensure you have a Chassis instance set up locally already.
```
# In your Chassis dir:
cd extensions
# Grab the extension
git clone --recursive https://github.com/Chassis/bcmath.git bcmath
# Reprovision
cd ..
vagrant provision
```
You're now ready to use BC Math within your Chassis virtual machine!