# tutorial-environment **Repository Path**: venyisa/tutorial-environment ## Basic Information - **Project Name**: tutorial-environment - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-05 - **Last Updated**: 2021-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/) If you're running Docker for Desktop for macOS or Windows, Docker Compose is already included in your installation. ## Running To start the sample application and the supporting services: ``` docker-compose up -d ```