Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pine/chef-repo-nginx-php-fcgi
This is a experimental chef repository.
https://github.com/pine/chef-repo-nginx-php-fcgi
Last synced: 26 days ago
JSON representation
This is a experimental chef repository.
- Host: GitHub
- URL: https://github.com/pine/chef-repo-nginx-php-fcgi
- Owner: pine
- License: unlicense
- Created: 2014-12-30T20:10:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T21:47:41.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T15:34:09.973Z (7 months ago)
- Language: Ruby
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
chef-repo-nginx-php-fcgi
------------------------This is a **experimental** chef repository.
## Required Tools
- Chef
- Knife
- Knife Zero
- Berkshelf## Get started
### AWS EC2 (Amazon Linux AMI)```
$ berks vendor cookbooks
$ knife zero bootstrap 87.65.43.21 -x ec2-user --sudo --hint ec2
$ vim node/[node_name].json
+ "run_list": [ "role[common]", "role[web]" ],
$ knife zero chef_client "name:*" --attribute ec2.public_ipv4 -x ec2-user --sudo -W # dry-run
$ knife zero chef_client "name:*" --attribute ec2.public_ipv4 -x ec2-user --sudo
```Try to access by your browser.
## What is installed
- nginx
- PHP 5
- spawn-fcgi## License
Public Domain