mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Updated download links
This commit is contained in:
parent
3633c5bee2
commit
608b66f3ce
@ -180,7 +180,7 @@ module.exports = function (grunt) {
|
||||
upload: [
|
||||
{
|
||||
src: '<%= tempDir %>/dist.zip',
|
||||
dest: 'kibana/releases/<%= pkg.name %>-latest.zip',
|
||||
dest: 'kibana/kibana/<%= pkg.name %>-latest.zip',
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ access to it.
|
||||
|
||||
### Installation
|
||||
|
||||
1. Download and extract [http://download.elasticsearch.org/kibana/releases/kibana-latest.zip](http://download.elasticsearch.org/kibana/releases/kibana-latest.zip) to your webserver.
|
||||
1. Download and extract [http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip](http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip) to your webserver.
|
||||
2. Edit config.js in your deployed directory to point to your elasticsearch server. This should __not be
|
||||
http://localhost:9200__, but rather the fully qualified domain name of your elasticsearch server.
|
||||
The url entered here _must be reachable_ by your browser.
|
||||
|
@ -80,7 +80,7 @@
|
||||
<div class="title3">No worries. <span class="light">Kibana has a new build system. Now its faster and lighter than ever before.</span></div>
|
||||
<p>
|
||||
<div class="white title3 uppercase">To fix this</div>
|
||||
<div class="title3 light">Instead of cloning the entire kibana, you can grab the latest build here: <a href="http://download.elasticsearch.org/kibana/releases/kibana-latest.zip">http://download.elasticsearch.org/kibana/releases/kibana-latest.zip</a><p>
|
||||
<div class="title3 light">Instead of cloning the entire kibana, you can grab the latest build here: <a href="http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip">http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip</a><p>
|
||||
If you really want to run from source you can do so from the <a href="src/index.html">src/</a> folder. After upgrading you may need to clear your browsers cache to see all of the new features.</div>
|
||||
</body>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user