This commit is contained in:
2023-03-24 20:44:26 +02:00
parent 18a0816199
commit f76aeaf4cc
6 changed files with 37 additions and 13 deletions

View File

@@ -40,9 +40,10 @@ Even though we want to avoid using the tools or the web portals we actually have
## GCE
First and foremost, you need to have a Google account. If you don't have one, you can create one 👉 [here](https://accounts.google.com/SignUp?hl=en).
First and foremost, you need to have a Google account. If you don't have one, you can create one [here](https://accounts.google.com/SignUp?hl=en).
Then follow the instructions 👉 [here](assets/pages/gce/GCE_setup.md) to set up your GCE account.
Then follow the instructions [here](assets/pages/gce/GCE_setup.md) to set up your GCE account.
Instructions based on [libcloud's](https://libcloud.readthedocs.io/en/stable/compute/drivers/gce.html#service-account) documentation.
## Azure
@@ -50,11 +51,12 @@ Instructions based on [libcloud's](https://libcloud.readthedocs.io/en/stable/com
For Azure you need to be a part of an organization that has an Azure subscription 🏢.
Then follow the instructions [here](assets/pages/azure/Azure_setup.md) to set up your Azure account.
Instructions based on [libcloud's](https://libcloud.readthedocs.io/en/stable/compute/drivers/azure_arm.html#connecting-to-azure) documentation.
## AWS
For AWS you firstly need an account and then to follow the instructions [here](assets/pages/aws/AWS_setup.md) 👈.
For AWS you firstly need an [account](https://aws.amazon.com/account/) and then to follow the instructions [here](assets/pages/aws/AWS_setup.md) 👈.
# Dependencies 📦
@@ -88,7 +90,8 @@ For other systems you can check [here](https://pip.pypa.io/en/stable/installatio
Assuming you have set up your accounts and have the dependencies installed, you can now start using SecDep.
Further instructions [here](assets/pages/usage/usage.md)
Check this [page](assets/pages/usage/usage.md) to get more familiar with the program.
# Some program outputs 📊
Images and videos of common tasks will reside [here](assets/pages/demo/demo.md)
@@ -97,6 +100,8 @@ Images and videos of common tasks will reside [here](assets/pages/demo/demo.md)
If you want to connect using your ssh client you will be able to run `ssh -i ~/Path/To/SecDep/secdep secdep@<ip>`.
On instance creation the actual ssh command will be outputted once to be able to just copy and paste to connect 😎
To use PuTTY you will need to probably add the key to the program.
The ip will be outputted after the creation of the virtual machine.