Add README for instructions

This commit is contained in:
Tanguy Herbron 2022-06-12 21:54:32 +02:00
parent e1c29f1bb7
commit 31af1779ea

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# ISO Repository
This repository includes procedures to generate Debian-based ISOs for multiple CPU architectures, with pre-configured credentials.
It also includes scripts to easily prepare an environment to be installed using the (ansible)[https://git.halia.dev/athens-school/ansible.git] repository on a VPS.
## VPS or remote installation
Execute the following command to preapre the base configuration :
```
curl https://git.halia.dev/athens-school/iso-repository/-/raw/master/quick-installer.sh | sh -
```