Getting Started with Google Cloud Shell

  1. clone the repo (or a private-fork of it)

git clone https://github.com/Worklytics/psoxy.git
  1. if using Microsoft 365 sources, install and authenticate Azure CLI

https://docs.microsoft.com/en-us/cli/azure/install-azure-cli

  1. if deploying AWS infra, install and authenticate AWS CLI

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install

You should now be ready for the general instructions in the README.md.

Last updated