shoestrap | simple alternative to Chef and Puppet to bootstrap * nix
kandi X-RAY | shoestrap Summary
kandi X-RAY | shoestrap Summary
shoestrap is a Shell library. shoestrap has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
Chef and Puppet are great tools, but they are too complex for most use cases. The learning curve for these tools is quite steep as they each have their own DSL. On the other end, Shoestrap is just Bash. It does not require any 'Bash to config files' translation. I believe Shoestrap is a great simple alternative to Chef or Puppet that will fulfill the needs of most people.
Chef and Puppet are great tools, but they are too complex for most use cases. The learning curve for these tools is quite steep as they each have their own DSL. On the other end, Shoestrap is just Bash. It does not require any 'Bash to config files' translation. I believe Shoestrap is a great simple alternative to Chef or Puppet that will fulfill the needs of most people.
Support
Quality
Security
License
Reuse
Support
shoestrap has a low active ecosystem.
It has 52 star(s) with 7 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
There are 0 open issues and 1 have been closed. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of shoestrap is current.
Quality
shoestrap has no bugs reported.
Security
shoestrap has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
shoestrap does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
shoestrap releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of shoestrap
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of shoestrap
shoestrap Key Features
No Key Features are available at this moment for shoestrap.
shoestrap Examples and Code Snippets
No Code Snippets are available at this moment for shoestrap.
Community Discussions
No Community Discussions are available at this moment for shoestrap.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install shoestrap
Clone the shoestrap repo to your local machine. git clone https://github.com/cmer/shoestrap.git. Rename ./my-cookbook to something a little bit more meaningful. For example, you might want to call your cookbook web if it bootstraps a web server. Make sure it is executable (chmod +x {my-cookbook}). Specify actions to take in the cookbook. For example, which recipes to run, which packages to install or which user(s) to add. For example: recipe 'nginx'. Create a recipe file under recipes/default. For example: recipes/default/nginx. The recipe is the code to execute. In our example, it would be the code to run to install nginx. Add assets (if needed) under assets/default/{recipe}. For example: assets/default/nginx/nginx.conf. Upload your project to the target machine. You can use scp, Capistrano, Git or whatever you feel comfortable with. Run your cookbook from the target machine. For example: sudo ./web.
Clone the shoestrap repo to your local machine. git clone https://github.com/cmer/shoestrap.git
Rename ./my-cookbook to something a little bit more meaningful. For example, you might want to call your cookbook web if it bootstraps a web server. Make sure it is executable (chmod +x {my-cookbook}).
Specify actions to take in the cookbook. For example, which recipes to run, which packages to install or which user(s) to add. For example: recipe 'nginx'.
Create a recipe file under recipes/default. For example: recipes/default/nginx. The recipe is the code to execute. In our example, it would be the code to run to install nginx.
Add assets (if needed) under assets/default/{recipe}. For example: assets/default/nginx/nginx.conf.
Upload your project to the target machine. You can use scp, Capistrano, Git or whatever you feel comfortable with.
Run your cookbook from the target machine. For example: sudo ./web.
Clone the shoestrap repo to your local machine. git clone https://github.com/cmer/shoestrap.git
Rename ./my-cookbook to something a little bit more meaningful. For example, you might want to call your cookbook web if it bootstraps a web server. Make sure it is executable (chmod +x {my-cookbook}).
Specify actions to take in the cookbook. For example, which recipes to run, which packages to install or which user(s) to add. For example: recipe 'nginx'.
Create a recipe file under recipes/default. For example: recipes/default/nginx. The recipe is the code to execute. In our example, it would be the code to run to install nginx.
Add assets (if needed) under assets/default/{recipe}. For example: assets/default/nginx/nginx.conf.
Upload your project to the target machine. You can use scp, Capistrano, Git or whatever you feel comfortable with.
Run your cookbook from the target machine. For example: sudo ./web.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page