You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: docs/console.md
+13-11
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,44 @@
1
1
+++
2
-
title = "WebUI"
2
+
title = "Console"
3
3
weight = 9
4
4
nav = [
5
-
"Console",
5
+
"Installation",
6
+
"Query",
6
7
"Cluster Admin",
7
8
]
8
9
+++
9
10
10
-
## WebUI
11
+
## Console
11
12
12
-
A web-based app called Pilosa WebUI is available in a separate package. This can be used for constructing queries and viewing the cluster status.
13
+
A web-based app called Pilosa Console is available in a separate package. This can be used for constructing queries and viewing the cluster status.
13
14
14
15
### Installation
15
16
16
-
Releases are [available on Github](https://github.com/pilosa/webui/releases) as well as on [Homebrew](https://brew.sh/) for Mac.
17
+
Releases are [available on Github](https://github.com/pilosa/console/releases) as well as on [Homebrew](https://brew.sh/) for Mac.
17
18
18
19
Installing on a Mac with Homebrew is simple; just run:
19
20
20
21
```
21
-
brew install pilosa-webui
22
+
brew tap pilosa/homebrew-pilosa
23
+
brew install pilosa-console
22
24
```
23
25
24
-
You may also build from source by checking out the [repo on Github](https://github.com/pilosa/webui) and running:
26
+
You may also build from source by checking out the [repo on Github](https://github.com/pilosa/console) and running:
25
27
26
28
```
27
29
make install
28
30
```
29
31
30
-
### Console
32
+
### Query
31
33
32
-
The Console view allows you to enter [PQL](../query-language/) queries and run them against your locally running server. First you must select an Index with the Select index dropdown.
34
+
The Query tab allows you to enter [PQL](../query-language/) queries and run them against your locally running server. First you must select an Index with the Select index dropdown.
33
35
34
36
Each query's result will be displayed in the Output section along with the query time.
35
37
36
38
The Console will keep a record of each query and its result with the latest query on top.
0 commit comments