UNION POS baseline provisioning of OSX workstations
On a fresh mac you won't have git or other required dependencies installed.. open a Terminal and run...
curl https://raw.githubusercontent.com/UnionPOS/baseline/master/bin/bootstrap | bash
You will need to manually install Docker version 2.2.0.5 You can get the dmg file here Docker 2.2.0.5
If your system already has tooling such as Docker you will need to uninstall them before running the quickstart otherwise it will fail
if you are getting libcouchbase (NOT libcouchbase@2 ) errors run "brew unlink 'libcouchbase"
. don't unlink libcouchbase@2
the slower start
git clone https://github.com/UnionPOS/baseline
to pull down the repositorymake init
to initialize thebuild-harness
make bootstrap
to initialize project dependencies
this script does the following
-
install XCode Command Line Tools
-
create a git clone of this repo in your home directory
-
install Homebrew package manager
-
install CLI applications using homebrew
-
install GUI applications
Please use the issue tracker to report any bugs or file feature requests.
PRs are welcome. We follow the typical "git-flow" Git workflow.
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull Request so that we can review your changes
NOTE: Be sure to merge the latest upstream changes before making a pull request!