Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafana/tutorial-environment
Environment for tutorial excercises
https://github.com/grafana/tutorial-environment
Last synced: about 1 month ago
JSON representation
Environment for tutorial excercises
- Host: GitHub
- URL: https://github.com/grafana/tutorial-environment
- Owner: grafana
- Created: 2020-02-24T16:25:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T14:49:34.000Z (3 months ago)
- Last Synced: 2024-09-28T15:01:32.694Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 8.61 MB
- Stars: 93
- Watchers: 139
- Forks: 120
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample application for tutorials
This repository contains the environment for completing the tutorials at [grafana.com/tutorials](https://grafana.com/tutorials).
## Prequisites
You will need to have the following installed locally to complete this workshop:
- [Docker](https://docs.docker.com/install/)
- [Docker Compose](https://docs.docker.com/compose/install/)NOTE: If you're running Docker for Desktop for macOS or Windows, Docker Compose is already included in your installation.
## Login
To log in browse to [localhost:3000](http://localhost:3000).
NOTE:
To facilitate the demo, **login has been disabled**, and anonymous access is granted admin privileges. For security reasons, we advise keeping login enabled in your Grafana instance.If you want to follow the tutorial with login enabled, you can comment the following lines of the [docker-compose file](docker-compose.yml)
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_BASIC_ENABLED=falseOnce login is enabled, the default username and password is `admin:admin`
## Running
To start the sample application and the supporting services:
```
docker-compose up -d
```