Skip to content
Snippets Groups Projects

Enable nginx by default, and override the favicon to find the right tab easier

Closed username-removed-487110 requested to merge 186-nginx-favicon into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -38,7 +38,7 @@ Please read [the prerequisites for all platforms](#prerequisites-for-all-platfor
```
brew tap homebrew/dupes
brew tap homebrew/versions
brew install git redis postgresql libiconv icu4c pkg-config cmake nodejs go openssl node npm
brew install git redis postgresql libiconv icu4c pkg-config cmake nodejs go openssl node npm nginx
bundle config build.eventmachine --with-cppflags=-I/usr/local/opt/openssl/include
npm install phantomjs-prebuilt@2.1.12 -g
```
Loading