recipes/README.md

15 lines
284 B
Markdown
Raw Normal View History

This repo is a collection of ad-hoc scripts and snippets for setting up and administering a small cloud server. They are just a stepping stone toward for formal automation.
# Machine setup
```sh
./setup_machine.sh
```
# Set up basic nginx server
```sh
./setup_basic_nginx.sh
```
2024-03-29 09:56:25 +00:00