17 lines
227 B
Markdown
17 lines
227 B
Markdown
# Running the code
|
|
|
|
1. Clone the repo
|
|
|
|
```
|
|
git clone https://git.jagrajaulakh.com/juggy1233/COMP4990-task7.git task7
|
|
cd task7
|
|
```
|
|
|
|
2. Compile code and run
|
|
|
|
```
|
|
make build
|
|
bin/mkconfig nginx 80 access 5978 TCP -o test.yaml
|
|
```
|
|
|