mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update README build references (#54394)
This commit is contained in:
parent
07dcb64e38
commit
3f0beee362
2
Makefile
2
Makefile
@ -158,7 +158,7 @@ build-docker-full-ubuntu: ## Build Docker image based on Ubuntu for development.
|
|||||||
##@ Services
|
##@ Services
|
||||||
|
|
||||||
# create docker-compose file with provided sources and start them
|
# create docker-compose file with provided sources and start them
|
||||||
# example: make devenv sources=postgres,openldap
|
# example: make devenv sources=postgres,auth/openldap
|
||||||
ifeq ($(sources),)
|
ifeq ($(sources),)
|
||||||
devenv:
|
devenv:
|
||||||
@printf 'You have to define sources for this command \nexample: make devenv sources=postgres,openldap\n'
|
@printf 'You have to define sources for this command \nexample: make devenv sources=postgres,openldap\n'
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
To launch the block, use the oauth source. Ex:
|
To launch the block, use the oauth source. Ex:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make devenv sources="jwt_proxy"
|
make devenv sources="auth/jwt_proxy"
|
||||||
```
|
```
|
||||||
|
|
||||||
Here is the conf you need to add to your configuration file (conf/custom.ini):
|
Here is the conf you need to add to your configuration file (conf/custom.ini):
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
To launch the block, use the oauth source. Ex:
|
To launch the block, use the oauth source. Ex:
|
||||||
```bash
|
```bash
|
||||||
make devenv sources="oauth"
|
make devenv sources="auth/oauth"
|
||||||
```
|
```
|
||||||
|
|
||||||
Here is the conf you need to add to your configuration file (conf/custom.ini):
|
Here is the conf you need to add to your configuration file (conf/custom.ini):
|
||||||
@ -34,7 +34,7 @@ role_attribute_path = contains(roles[*], 'admin') && 'Admin' || contains(roles[*
|
|||||||
To launch the block, use the oauth source. Ex:
|
To launch the block, use the oauth source. Ex:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make devenv sources="oauth"
|
make devenv sources="auth/oauth"
|
||||||
```
|
```
|
||||||
|
|
||||||
Here is the conf you need to add to your configuration file (conf/custom.ini):
|
Here is the conf you need to add to your configuration file (conf/custom.ini):
|
||||||
|
@ -7,7 +7,7 @@ This Docker block is an updated version from [OpenLDAP](../openldap/) block. Thi
|
|||||||
First build and deploy the `openldap` container.
|
First build and deploy the `openldap` container.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make devenv sources=openldap-mac
|
make devenv sources=auth/openldap-mac
|
||||||
```
|
```
|
||||||
|
|
||||||
### Exposed ports
|
### Exposed ports
|
||||||
|
Loading…
Reference in New Issue
Block a user