Before we begin make sure the following has happened:
- You have a github account and the account is added as a user within the Uptick organisation and the web developer group.
Run the following command in your terminal
curl https://raw.githubusercontent.com/uptick/bootstrap-public/main/install.sh -o /tmp/install.sh && zsh /tmp/install.sh
This script will automate the following:
- Install ansible
- Install xcode
- Set up a ssh key
- Upload it to github
- Check out our private bootstrap repository https://github.com/uptick/bootstrap and run the playbook within that repository