lieryan / bootstrap-public

The public portion of our bootstrapping repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uptick Bootstrap Repository

🤗 Welcome to Uptick!

✈️ Preflight Checklist

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.

👢 Bootstrapping your developer environment

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:

  1. Install ansible
  2. Install xcode
  3. Set up a ssh key
  4. Upload it to github
  5. Check out our private bootstrap repository https://github.com/uptick/bootstrap and run the playbook within that repository

About

The public portion of our bootstrapping repo.


Languages

Language:Shell 66.4%Language:Python 33.6%