Skip to content

Commit

Permalink
Merge pull request #1106 from Chia-Network/zgb-improvements2
Browse files Browse the repository at this point in the history
ci: small updates
  • Loading branch information
TheLastCicada authored Aug 18, 2023
2 parents 83a64c6 + e383538 commit b7c69e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git add CHANGELOG.md
sed -i -e '/<s>/d' CHANGELOG.md
git commit -m "Updating changelog for $version"
git tag $version -m "Release $version \n$changes"
git tag $version -m "Release $version $changes"
git push origin $version
git push origin main
fi
1 change: 0 additions & 1 deletion .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:

- name: npm install
run: |
node --version
npm install
- name: Import Apple installer signing certificate
Expand Down
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2022 Chia Network Inc.
Copyright 2023 Chia Network Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

Expand All @@ -8,9 +8,9 @@ http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
See the License for the specific language governing permissions and limitations under the License.


Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo apt-get install cadt-ui

### Web Application

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 [CADT API](https://github.com/Chia-Network/cadt). 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.
The CADT 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 [CADT API](https://github.com/Chia-Network/cadt). 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.

To host the UI on the web, use the [web-build.tar.gz file from the releases page](https://github.com/Chia-Network/cadt-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.

Expand All @@ -55,7 +55,7 @@ To host the UI on the web, use the [web-build.tar.gz file from the releases page
```
npm install -g react-scripts
git clone [email protected]:Chia-Network/cadt-ui.git
cd climate-warehouse-ui
cd cadt-ui
nvm install 18.16.0
nvm use 18.16.0
npm install foreman -g
Expand Down

0 comments on commit b7c69e1

Please sign in to comment.