A web application for drawing courses selling
Web Staging
- Create your branch related to your work, format: your name/work you do. Ex: thang.ngo/add-jwt
- Push your branch and create a Pull Request for review
- If you have merge conflict, contact to the person that are working on that code. DO NOT MERGE CODE WITHOUT CONVENTION
|
|
Framework 7 |
|
- Pull project
git clone git@github.com:AnataAria/Fall2023SWP391_NET1703_Group1.git
- Install Dockers
- Run docker compose local (dev)
- On Linux
sudo docker compose -f docker-compose.local.yaml up -d
- On Windows
docker compose -f docker-compose.local.yaml up -d
- On Linux
sudo docker-compose -f docker-compose.local.yaml up -d
- On Windows
docker-compose -f docker-compose.local.yaml up -d
- Install Jenkins Jenkins Doc
- Clone this project and pushing this project on your repo
- Set up Jenkins Pineline, using CIJenkinsfile on CI and Jenkinsfile on CD
- Enjoy your work