Frontend
| Node Js | 21.6.0 |
|---|---|
| Recoil | 0.7.7 |
| tensorflow/face-detection | 1.0.2 |
| tensorflow/hand-pose-detection | 2.0.1 |
| Vscode | 1.73.1 |
| Tailwind | v3 |
| Axios | 1.6.7 |
Backend
| Spring Boot | 3.2.2 |
|---|---|
| Spring Security | 6.2.1 |
| ORM | JPA(Hibernate) |
| JDK | OpenJDK17 |
| MySQL | 8.3.0 |
| Mysql Workbench | 8.0 CE |
| Redis | 7.2.4 |
| Intellj | 2023.3.2 |
Server
| Ec2 | Ubuntu 20.04 LTS |
|---|---|
| Nginx | 1.18.0 |
| Jenkins | 2.426.3 |
| openvidu-server | 2.29.0 |
| docker | 25.0.0 |
| Terminus |
Grahpic
| Blender | 4.0.2 |
|---|
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> focal stable"
sudo apt update
sudo apt install docker-ce
docker --version
sudo usermod -aG docker ${USER}
id -nG
sudo apt install nginx -y
sudo systemctl status nginx
sudo apt-get install letsencrypt
sudo apt-get install cerbot python3-cerbot-nginx
sudo certbot --nginx
[your domain]
[2번 선택(redirect)]