git clone git@github.com:natalia-se/cat-blog.git
pushd ./cat-blog/
cd ./backend/
# Number of CPUs to be allocated to the virtual machine. | |
# Default: 2 | |
cpu: 4 | |
# Size of the disk in GiB to be allocated to the virtual machine. | |
# NOTE: value can only be increased after virtual machine has been created. | |
# | |
# Default: 100 | |
disk: 100 |
#/usr/bin/bash | |
mkdir git | |
cd git | |
git clone https://github.com/AlexTrushkovsky/NoWarDDoS.git | |
cd NoWarDDoS | |
# Install Docker | |
sudo apt-get update | |
sudo apt-get install ca-certificates curl gnupg lsb-release | |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg |
#!/usr/bin/env bash | |
# Inspired by https://gist.github.com/OleksandrKucherenko/e76220f22359e0e49c81c5474b1457a1 | |
set -x # uncomment to debug | |
# required for Homebrew | |
xcode-select —-install | |
# install https://brew.sh/ |