Merge pull request #12919 from grafana/11580-how-to-start-grafana-docs

docs: How to get started with Grafana for the first time
This commit is contained in:
Marcus Efraimsson
2018-08-28 11:01:00 +02:00
committed by GitHub
7 changed files with 57 additions and 1 deletions
+5
View File
@@ -217,3 +217,8 @@ chown -R root:root /etc/grafana && \
chown -R grafana:grafana /var/lib/grafana && \
chown -R grafana:grafana /usr/share/grafana
```
## Logging in for the first time
To run Grafana open your browser and go to http://localhost:3000/. 3000 is the default http port that Grafana listens to if you haven't [configured a different port](/installation/configuration/#http-port).
Then follow the instructions [here](/guides/getting_started/).