This project is still under development and is for reference purposes only. If you are interested in this project or have suggestions on how to improve it feel free to contact us at craterdog@gmail.com.
For more information on this project click on the following links:
Prior to cloning this project, several local tools need to be installed.
We use homebrew to install the other things we need, so here is how to install it:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
brew doctor
The scripts that are used in this repository depend on python3. Here is how to install it:
brew install python
python --version
The AWS CLI is used by some of the bash scripts in this repository. Here is how to install it:
brew install awscli
aws --version
Some of the AWS S3 CLI commands don't work well, so instead we use the python3 boto3 library. Here is how to install it:
pip install boto3
Project contributors are always welcome. Create a fork of the project and add cool new things to the Bali Nebula™. When you are ready to contribute the changes create a subsequent "pull request". Any questions and comments can be sent to craterdog@gmail.com.