Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
70ce5d0a
Commit
70ce5d0a
authored
Mar 10, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated install docs
parent
5f22e7da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
3 deletions
+22
-3
docs/sources/installation/index.md
+22
-3
No files found.
docs/sources/installation/index.md
View file @
70ce5d0a
...
@@ -6,10 +6,10 @@ page_keywords: grafana, installation, documentation
...
@@ -6,10 +6,10 @@ page_keywords: grafana, installation, documentation
# Installation
# Installation
Grafana is easily installed via a Debian/Ubuntu package (.deb), via Redhat/Centos package (.rpm) or manually via
Grafana is easily installed via a Debian/Ubuntu package (.deb), via Redhat/Centos package (.rpm) or manually via
a tar that contains all required files and binaries. If
there is not a package or binary for you specific
platform you might be able
a tar that contains all required files and binaries. If
you can't find a package or binary for your
platform you might be able
to build one your self, read
[
build from source
](
../project/building_from_source
)
instructions for more information.
to build one your self, read
[
build from source
](
../project/building_from_source
)
instructions for more information.
##
From Ubuntu & Debian package
##
Ubuntu & Debian
Start by
[
downloading
](
http://grafana.org/download/builds
)
the latest
`.deb`
package.
Start by
[
downloading
](
http://grafana.org/download/builds
)
the latest
`.deb`
package.
To install the package:
To install the package:
...
@@ -18,7 +18,7 @@ To install the package:
...
@@ -18,7 +18,7 @@ To install the package:
sudo dpkg -i grafana_latest_amd64.deb
sudo dpkg -i grafana_latest_amd64.deb
```
```
##
From Redhat & Centos package
##
Redhat & Centos
Start by
[
downloading
](
http://grafana.org/download/builds
)
the latest
`.rpm`
package.
Start by
[
downloading
](
http://grafana.org/download/builds
)
the latest
`.rpm`
package.
```
```
...
@@ -67,4 +67,23 @@ that is optional. For small to medium setups sqlite3 should suffice.
...
@@ -67,4 +67,23 @@ that is optional. For small to medium setups sqlite3 should suffice.
If you prefer to install grafana via Puppet, Ansible, Docker or Chef.
[
This page
](
provisioning
)
has compiled a
If you prefer to install grafana via Puppet, Ansible, Docker or Chef.
[
This page
](
provisioning
)
has compiled a
list of repositories for different provisioning systems
list of repositories for different provisioning systems
## Install from offical docker image
Grafana has an offical docker container.
```
docker run -i -p 3000:3000 grafana/grafana:develop
```
All grafana configuration settings can be defined using ENVIRONMENT variables, this is especially useful when using the
above container.
## Configuration
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment