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
Copy file name to clipboardexpand all lines: README.md
+18-5
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,23 @@
1
-
# Climate Warehouse Auxillery App
1
+
# Climate Warehouse User Interface
2
2
3
-
Auxillery App for the Climate Warehouse
3
+
This repository provides a graphical user interface (UI) for the [Climate Warehouse](https://github.com/Chia-Network/climate-warehouse) application. The Climate Warehouse interfaces with the Chia Blockchain software and provides and API for entering and retrieving carbon data. This UI is a javascript application that connects to the Climate Warehouse API for a convenient way to access the data.
4
4
5
-
## Quickstart
6
5
7
-
### Installation
6
+
## Installation
7
+
8
+
The UI application can be hosted as a web application and accessed via the browser, or as a desktop application packaged with Electron.
9
+
10
+
### Desktop Applications
11
+
12
+
The [releases](https://github.com/Chia-Network/climate-warehouse-ui/releases) page provides desktop applications packaged for Windows, Mac, and Debian-based Linux distributions.
13
+
14
+
### Web Application
15
+
16
+
The Climate Warehouse UI can be hosted as a web application, either for internal use, or made available to the public. When operating as a web application, the user's browser must be able to connect to the [Climate Warehouse API](https://github.com/Chia-Network/climate-warehouse). This means the API must be available on the public internet if the UI is public. The `READ_ONLY` option on the API should be set when running a public observer node.
17
+
18
+
To host the UI on the web, use the [web-build.tar.gz file from the releases page](https://github.com/Chia-Network/climate-warehouse-ui/releases). One of the simplest solutions is to uncompress these files into a [public S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteAccessPermissionsReqd.html). These files could also be served by any webserver, such as Nginx or Apache.
0 commit comments