Skip to content

Commit

Permalink
Merge pull request #954 from bolt-design-system/task/update-guides
Browse files Browse the repository at this point in the history
Task/update guides
  • Loading branch information
sghoweri authored Nov 18, 2018
2 parents 73f6fd1 + be028a5 commit fead0b1
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 134 deletions.
108 changes: 54 additions & 54 deletions apps/bolt-site/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Preparing your environment
2. Next, install oh-my-zsh: https://github.com/robbyrussell/oh-my-zsh#basic-installation
```bash
# Paste this into iTerm
sh -c $(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
```
3. Install the SourceTree app: https://www.sourcetreeapp.com/
4. Install the VS Code app: https://code.visualstudio.com/
Expand All @@ -19,7 +19,7 @@ sh -c “$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/m

### 1. Install Homebrew: https://brew.sh/
```bash
/usr/bin/ruby -e $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```

### 2. Install Git
Expand Down Expand Up @@ -70,13 +70,17 @@ nvm alias default lts/carbon
### 4. Install PHP and PHP Dependencies
```bash
brew install php72
brew tap homebrew/homebrew-php
brew install composer
composer global require hirak/prestissimo
```

After upgrading PHP, be sure to restart your iTerm instance. Otherwise, an old PHP version may still be linked, and composer will install mismatched packages.

> Note: PHP 7.1 is technically fine if that's what you already have pre-installed.
```
brew install composer
composer global require hirak/prestissimo
```

### 5. Install GD and Imagick (used for generating responsive images in the build process)
```bash
brew install imagemagick
Expand Down
Loading

0 comments on commit fead0b1

Please sign in to comment.