Skip to content

UnionPOS/baseline

Repository files navigation

Baseline

UNION POS baseline provisioning of OSX workstations

Quick Start

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

Docker

You will need to manually install Docker version 2.2.0.5 You can get the dmg file here Docker 2.2.0.5

Troubleshooting

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

Usage

the slower start

  1. git clone https://github.com/UnionPOS/baseline to pull down the repository
  2. make init to initialize the build-harness
  3. make bootstrap to initialize project dependencies

this script does the following

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

PRs are welcome. We follow the typical "git-flow" Git workflow.

  1. Clone the project to your own machine
  2. Commit changes to your own branch
  3. Push your work back up to your fork
  4. 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!

Releases

No releases published

Packages

No packages published