Skip to content

Commit

Permalink
vinh/update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AnataAria committed Nov 17, 2023
1 parent 9614e57 commit 51d5434
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,39 @@ A web application for drawing courses selling

---

## Usage
1. Pull project
```bash
git clone [email protected]:AnataAria/Fall2023SWP391_NET1703_Group1.git
```
2. Install Dockers
3. Run docker compose local (dev)
- On Linux
```bash
sudo docker compose -f docker-compose.local.yaml up -d
```
- On Windows
```bash
docker compose -f docker-compose.local.yaml up -d
```
### Note: If you are using docker compose version lower than 3.0, use this command
- On Linux
```bash
sudo docker-compose -f docker-compose.local.yaml up -d
```
- On Windows
```bash
docker-compose -f docker-compose.local.yaml up -d
```
## Usage CI/CD
1. Install Jenkins
[Jenkins Doc](https://www.jenkins.io/)
2. Clone this project and pushing this project on your repo
3. Set up Jenkins Pineline, using CIJenkinsfile on CI and Jenkinsfile on CD
4. Enjoy your work



## Others

[Group Documentation](https://app.clickup.com/9008224118/v/dc/8cex5vp-25)
Expand Down

0 comments on commit 51d5434

Please sign in to comment.