ipedrazas / taiga-docker

Docker scripts to run your own Taiga
Apache License 2.0
324 stars 115 forks source link

Fully support OSX #9

Closed reduxionist closed 9 years ago

reduxionist commented 9 years ago

As it was, setup.sh generates a bunch of errors because docker on OSX fails when run via sudo. Thus:

Updated setup scripts and documentation to support boot2docker, the official Docker-for-OSX tool

-Only prefix commands with sudo if $OSTYPE shows we're running under darwin -Also fix some minor typos

If you don't want the OSX functionality, but do want the typo fixes, I can separate them into their own PR of course.

Thanks for sharing your code!