Skip to content

Commit f117850

Browse files
committed
docs: minor fix
1 parent 106fe48 commit f117850

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

docs/sources/installation/debian.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@ Description | Download
2222

2323
Add the following line to your `/etc/apt/sources.list` file.
2424

25-
`deb https://packagecloud.io/grafana/stable/debian/ wheezy main`
25+
deb https://packagecloud.io/grafana/stable/debian/ wheezy main
2626

2727
Use the above line even if you are on Ubuntu or another Debian version.
2828
There is also a testing repository if you want beta or release
2929
candidates.
3030

31-
`deb https://packagecloud.io/grafana/testing/debian/ wheezy main`
31+
deb https://packagecloud.io/grafana/testing/debian/ wheezy main
3232

3333
Then add the [Package Cloud](https://packagecloud.io/grafana) key. This
3434
allows you to install signed packages.
3535

36-
`$ curl https://packagecloud.io/gpg.key | sudo apt-key add -`
36+
$ curl https://packagecloud.io/gpg.key | sudo apt-key add -
3737

3838
Update your Apt repositories and install Grafana
3939

40-
`$ sudo apt-get update`
41-
`$ sudo apt-get install grafana`
40+
$ sudo apt-get update
41+
$ sudo apt-get install grafana
4242

4343
On some older versions of Ubuntu and Debian you may need to install the
4444
`apt-transport-https` package which is needed to fetch packages over
4545
HTTPS.
4646

47-
`$ sudo apt-get install -y apt-transport-https`
47+
$ sudo apt-get install -y apt-transport-https
4848

4949
## Package details
5050

@@ -60,27 +60,27 @@ HTTPS.
6060

6161
Start Grafana by running:
6262

63-
`$ sudo service grafana-server start`
63+
$ sudo service grafana-server start
6464

6565
This will start the `grafana-server` process as the `grafana` user,
6666
which was created during the package installation. The default HTTP port
6767
is `3000` and default user and group is `admin`.
6868

6969
To configure the Grafana server to start at boot time:
7070

71-
`$ sudo update-rc.d grafana-server defaults 95 10`
71+
$ sudo update-rc.d grafana-server defaults 95 10
7272

7373
## Start the server (via systemd)
7474

7575
To start the service using systemd:
7676

77-
`$ systemctl daemon-reload`
78-
`$ systemctl start grafana-server`
79-
`$ systemctl status grafana-server`
77+
$ systemctl daemon-reload
78+
$ systemctl start grafana-server
79+
$ systemctl status grafana-server
8080

8181
Enable the systemd service so that Grafana starts at boot.
8282

83-
`sudo systemctl enable grafana-server.service`
83+
sudo systemctl enable grafana-server.service
8484

8585
## Environment file
8686

public/app/plugins/datasource/prometheus/partials/query.editor.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
ng-change="refreshMetricData()">
111111
</select>
112112
</li>
113-
114113
</ul>
115114

116115
<div class="clearfix"></div>

0 commit comments

Comments
 (0)