Skip to content

Commit

Permalink
Update README.md: replace team-monitor-website with vibinex-server
Browse files Browse the repository at this point in the history
  • Loading branch information
avikalpg authored Nov 3, 2023
1 parent db21c1e commit b6710df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ To run Vibi-DPU locally:

1. Generate public url using ngrok - `ngrok http 3000`. We will run our next server locally on port 3000 in later steps.
2. Paste this in OAuth consumers in callback_url field.
3. Clone [team-monitor-webiste](https://github.com/Alokit-Innovations/team-monitor-website/) locally.
4. Paste the client id and secret in team-monitor-wesite in .env.local in root directory. Also use them in the docker command below.
3. Clone [vibinex-server](https://github.com/Alokit-Innovations/vibinex-server/) locally.
4. Paste the client id and secret in vibinex-server in .env.local in root directory. Also use them in the docker command below.
5. Fire up cloud sql proxy - `./cloud-sql-proxy --port 5432 vibi-test-394606:asia-south1:test-db`
6. Change url in team-monitor-website in .env.local - `NEXTAUTH_URL=https://example.ngrok-free.app`
7. Start team-monitor-website - `npm run dev`
6. Change url in vibinex-server in .env.local - `NEXTAUTH_URL=https://example.ngrok-free.app`
7. Start vibinex-server - `npm run dev`
8. Build vibi-dpu, go to vibi-dpu/vibi-dpu and run - `cargo build`
9. Go up to the root directory of vibi-dpu - `cd ../`
10. **Build the Docker image**: In the root directory of the project, run the following command to build a Docker image with the name "dpu".
Expand Down Expand Up @@ -50,4 +50,4 @@ We welcome contributions from the community! Please read our contributing guidel

## License

This project is licensed under the terms of the GNU-GPLv3.
This project is licensed under the terms of the GNU-GPLv3.

0 comments on commit b6710df

Please sign in to comment.