2018-08-24 17:34:12 -05:00
|
|
|
# Salt's Bootstrap Script
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Download and run the latest `replicate.sh`:
|
|
|
|
|
|
|
|
cd
|
|
|
|
curl https://gitlab.com/rehashedsalt/bootstrap/raw/master/replicate.sh -o replicate.sh
|
|
|
|
chmod +x replicate.sh
|
|
|
|
./replicate.sh
|
|
|
|
|
|
|
|
## Notes
|
2018-08-24 17:40:14 -05:00
|
|
|
* The script assumes that you want to bootstrap `$PWD` as `$HOME`. Don't run it out of your Downloads folder.
|
|
|
|
* 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.
|
2018-08-24 17:50:58 -05:00
|
|
|
* Ideally, this will be called via Ansible or some other automation tool. It may, in the future, contain specific code for this purpose.
|