Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepadayatti authored Nov 30, 2023
1 parent a7ef5c5 commit df8d729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Now, follow the steps below to get the ConsentBB API server up and running:
1. Clone this repository to your local server using `git clone`.
2. Check out the latest release or any available release you wish to run. E.g. `git checkout tags/2023.10.4`.
3. Execute `make setup`. This sets up the necessary dependencies and configurations for running the Consent BB API server instance.
4. Execute `make build`. The compiles and assembles source code into executable files or libraries, following the instructions specified in the Makefile of Consent BB API server instance.
5. Execute `make run`. This executes a predefined set of instructions in the Makefile to launch or run the compiled Consent BB API server instance.
4. Execute `make api/build`. The compiles and assembles source code into executable files or libraries, following the instructions specified in the Makefile of Consent BB API server instance.
5. Execute `make api/run`. This executes a predefined set of instructions in the Makefile to launch or run the compiled Consent BB API server instance.

The server is up and running now locally at https://api.bb-consent.dev/v2. You can use openAPIs with postman or the admin dashboard to interact with the Consent BB server instance.

Expand Down

0 comments on commit df8d729

Please sign in to comment.