Created
May 14, 2015 19:15
-
-
Save alexleventer/9d7d8def47c1e4599d77 to your computer and use it in GitHub Desktop.
PHP CentOS Distelli Manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<username>/PHPCentOSSimpleApp: | |
# This Basic Distelli Manifest assumes the following | |
# has been provisioned on the destination deploy server: | |
# | |
# OS: CentOS | |
# Installed Packages: | |
# php >= 5.0 [sudo yum install php] | |
# | |
Env: | |
- PORT: "8006" | |
PkgInclude: | |
- simpleapp.php | |
PreInstall: | |
- echo "Beginning PreInstall" | |
Exec: | |
- 'php -S 0.0.0.0:$PORT simpleapp.php' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment