SkillsCTF's Frondend & Backend Source.
Please write about the installation here.
The following must be installed.
# install required for docker, docker-compose install
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
# install docker
sudo apt update
sudo apt install docker-ce
# install docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- SecretJuJu - Backend
- a1e0-heewon - Frondend
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Write down what you want to say.