Skip to content

Commit f07fb50

Browse files
committed
2 parents ea62a20 + fec43f5 commit f07fb50

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.github/CONTRIBUTING.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@ Please ask as many questions as you need, either directly in the issue or on [Di
4343
### Project Setup for Authorizer core
4444

4545
1. Fork the [authorizer](https://github.com/authorizerdev/authorizer) repository (**Skip this step if you have access to repo**)
46-
2. `git clone https://github.com/authorizerdev/authorizer.git`
47-
3. `cd authorizer`
48-
4. `cp .env.sample .env`. Check all the supported env [here](https://docs.authorizer.dev/core/env/)
49-
5. Build the code `make clean && make`
46+
2. Clone repo: `git clone https://github.com/authorizerdev/authorizer.git` or use the forked url from step 1
47+
3. Change directory to authorizer: `cd authorizer`
48+
5. Create Env file `cp .env.sample .env`. Check all the supported env [here](https://docs.authorizer.dev/core/env/)
49+
6. Build Dashboard `make build-dashboard`
50+
7. Build App `make build-app`
51+
8. Build Server `make clean && make`
5052
> Note: if you don't have [`make`](https://www.ibm.com/docs/en/aix/7.2?topic=concepts-make-command), you can `cd` into `server` dir and build using the `go build` command
51-
6. Run binary `./build/server`
53+
9. Run binary `./build/server`
5254

5355
### Testing
5456

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,14 @@ This guide helps you practice using Authorizer to evaluate it before you use it
7878
### Project Setup
7979

8080
1. Fork the [authorizer](https://github.com/authorizerdev/authorizer) repository (**Skip this step if you have access to repo**)
81-
2. `git clone https://github.com/authorizerdev/authorizer.git`
82-
3. `cd authorizer`
83-
4. `cp .env.sample .env`. Check all the supported env [here](https://docs.authorizer.dev/core/env/)
84-
5. Build the code `make clean && make`
81+
2. Clone repo: `git clone https://github.com/authorizerdev/authorizer.git` or use the forked url from step 1
82+
3. Change directory to authorizer: `cd authorizer`
83+
5. Create Env file `cp .env.sample .env`. Check all the supported env [here](https://docs.authorizer.dev/core/env/)
84+
6. Build Dashboard `make build-dashboard`
85+
7. Build App `make build-app`
86+
8. Build Server `make clean && make`
8587
> Note: if you don't have [`make`](https://www.ibm.com/docs/en/aix/7.2?topic=concepts-make-command), you can `cd` into `server` dir and build using the `go build` command
86-
6. Run binary `./build/server`
88+
9. Run binary `./build/server`
8789

8890
## Install using binaries
8991

0 commit comments

Comments
 (0)