https://github.com/hacfi/osxc
osxc php
https://github.com/hacfi/osxc
Last synced: about 1 month ago
JSON representation
osxc php
- Host: GitHub
- URL: https://github.com/hacfi/osxc
- Owner: hacfi
- License: mit
- Created: 2014-11-30T16:40:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T08:25:40.000Z (over 10 years ago)
- Last Synced: 2025-02-05T05:20:27.866Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osxc playbook for PHP development
## Installation
1. Install [Apple Xcode Command Line Tools](https://developer.apple.com/downloads/): [6.1 for 10.9](https://developer.apple.com/downloads/download.action?path=Developer_Tools/command_line_tools_os_x_10.9_for_xcode__xcode_6.1/command_line_tools_for_osx_10.9_for_xcode_6.1.dmg)
2. Install Ansible:
```sh
git clone [email protected]:ansible/ansible.git ~/src/github.com/ansible/ansible
cd ~/src/github.com/ansible/ansible
git submodule update --init --recursive
sudo make install
```3. Download this repo:
```sh
git clone [email protected]:hacfi/osxc.git ~/src/github.com/hacfi/osxc
cd ~/src/github.com/hacfi/osxc
```4. Install requirements:
```sh
ansible-galaxy install -r requirements.yml
```5. Install individual playbooks:
```sh
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
ansible-playbook osx.yml
ansible-playbook osx_hide.yml --ask-sudo-pass
ansible-playbook configuration.yml
ansible-playbook apps.yml
ansible-playbook fonts.yml
ansible-playbook dev.yml
ansible-playbook nginx.yml
ansible-playbook php.yml
ansible-playbook percona.yml
ansible-playbook elasticsearch.yml
```For more information check out [osxc/starter](https://github.com/osxc/starter).