Back to Recipes
5150studios
2 recipes shared
Update PHP.ini & Restart PHP 7.1
A working PHP 7.1 version of http://forgerecipes.com/recipes/35 Sensible defaults updated, change to your own specifications then add into Forge as a Recipe with Root access.
#!/usr/bin/env bash
declare -A replacers
8 years ago
5150studios
Install Digital Ocean Monitoring Tools
Run this recipe to install the Digital Ocean monitoring tools onto your DO droplets. Be sure to run this as the Root user.
#!/usr/bin/env bash
curl -sSL https://agent.digitalocean.com/install.sh | sh
8 years ago
5150studios