-
Make fork of the repository ( https://www.youtube.com/watch?v=HbSjyU2vf6Y or https://docs.github.com/en/get-started/quickstart/fork-a-repo )
-
git clone [email protected]:<YOU>/bootcamp-web.git
change<YOU>
to your name in git. examplegit clone [email protected]:held-m/bootcamp-web.git
-
cd bootcamp-web
-
Create a new branch with your name or nickname
git checkout -b yourName
-
Install docker and docker-compose. ( https://docs.docker.com/engine/install/ or https://www.youtube.com/watch?v=33c0uBjGgdM ).
For archlinux:
sudo pacman -S docker docker-compose sudo systemctl start docker.service sudo systemctl enable docker.service sudo groupadd docker sudo gpasswd -a user docker (replace UserName with your username in archlinux)
-
Start
docker-compose up
-
In a browser open
http://localhost:8000
. You should see instruction.
- PHP
- Symfony
- JS
- VUE
How use git: https://learngitbranching.js.org/
- add env. ports&passwords
- depends in docker-compose
- add more information about git