bootstrap/README.md

17 lines
623 B
Markdown
Raw Normal View History

2018-08-24 17:34:12 -05:00
# Salt's Bootstrap Script
## Usage
Download and run the latest `replicate.sh`:
cd
2018-10-19 21:01:30 -05:00
git clone https://gitlab.com/rehashedsalt/bootstrap
./bootstrap/replicate.sh $HOME
In the event that you want to simply test `replicate.sh`, simply pass a different argument to it:
./bootstrap/replicate.sh /path/to/directory
2018-08-24 17:34:12 -05:00
## Notes
2018-08-24 17:40:14 -05:00
* By default, the repository will attempt to clone with SSH. Either generate those keys and add them to GitLab or change the repository URI to HTTP.
* Ideally, this will be called via Ansible or some other automation tool. It may, in the future, contain specific code for this purpose.