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
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
- python 2
- python 3
- chamber
- direnv
- pyenv
- pyenv-virtualenv
-
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!