Skip to content

Commit

Permalink
Syncing trellis/installing-trellis.md from WordPress at https://roots…
Browse files Browse the repository at this point in the history
….io/wp (Roots) - wpghs
  • Loading branch information
swalkinshaw committed Mar 28, 2016
1 parent 883e71b commit da08d3d
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions trellis/installing-trellis.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,21 @@ example.com/ # → Root folder for the project

See a complete working example in the [roots-example-project.com repo](https://github.com/roots/roots-example-project.com).

1. Create a new project directory: `$ mkdir example.com && cd example.com`
2. Clone Trellis: `$ git clone --depth=1 [email protected]:roots/trellis.git && rm -rf trellis/.git`
3. Clone Bedrock: `$ git clone --depth=1 [email protected]:roots/bedrock.git site && rm -rf site/.git`
4. Install the Ansible Galaxy roles: `$ cd trellis && ansible-galaxy install -r requirements.yml`
1. Create a new project directory:
```plain
$ mkdir example.com && cd example.com
```
2. Clone Trellis:
```plain
$ git clone --depth=1 [email protected]:roots/trellis.git && rm -rf trellis/.git
```
3. Clone Bedrock:
```plain
$ git clone --depth=1 [email protected]:roots/bedrock.git site && rm -rf site/.git
```
4. Install the Ansible Galaxy roles:
```plain
$ cd trellis && ansible-galaxy install -r requirements.yml
```

Windows user? [Read the Windows docs](https://roots.io/trellis/docs/windows/) for slightly different installation instructions. VirtualBox is known to have poor performance in Windows — use VMware or [see some possible solutions](https://discourse.roots.io/t/virtualbox-performance-in-windows/3932).

0 comments on commit da08d3d

Please sign in to comment.