An open API service indexing awesome lists of open source software.

https://github.com/hacfi/osxc

osxc php
https://github.com/hacfi/osxc

Last synced: about 1 month ago
JSON representation

osxc php

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).