From 218e0acdefa335b71c7b026ce167a9c3ed788117 Mon Sep 17 00:00:00 2001 From: iwonder Date: Fri, 2 Dec 2022 11:08:55 +0100 Subject: [PATCH] New README --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 39111e0..eadac58 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ # bbc-ovh +## Requirements +- SSH client +- Python >3.6 +- pip +- An active "Public cloud" project at OVH + ## Setup -Download "openrc.sh" from OVH public cloud panel - -Install packages: -* jq -* ipcalc-ng -* python3-openstackclient -* python3-novaclient - -Run script \ No newline at end of file +1. Download "openrc.sh" from OVH public cloud panel: + 1. Go to "Public cloud" > your project > "Users & Roles" + 1. Add user if one does not exist + 1. Go to the kebab menu and click "Download OpenStack's RC file" + 1. (optional:) Modify the file to include the user's password so you don't have to enter it every run +1. Install python packages from requirements file: +`python3 -m pip install -r requirements.txt` +1. Run the start script: +`./start.sh`