https://github.com/esipfed/cloud-computing-cluster
Earth Science Information Partners (ESIP) Cloud Computing Cluster (CCC) Knowledge Base!
https://github.com/esipfed/cloud-computing-cluster
Last synced: 4 months ago
JSON representation
Earth Science Information Partners (ESIP) Cloud Computing Cluster (CCC) Knowledge Base!
- Host: GitHub
- URL: https://github.com/esipfed/cloud-computing-cluster
- Owner: ESIPFed
- License: mit
- Created: 2021-05-30T23:06:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T17:41:08.000Z (almost 5 years ago)
- Last Synced: 2024-06-11T16:56:17.110Z (about 2 years ago)
- Language: HTML
- Size: 1.91 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# esip-ccc-knowledge-base
This site houses guidance and examples of using the cloud for Earth data. Its intended audience are members of tience community.
## Usage
### Building the book
If you'd like to develop on and build the esip-ccc-knowledge-base book, you should:
- Clone this repository and run
- Run `pip install -r requirements.txt` (it is recommended you do this within a virtual environment)
- (Recommended) Remove the existing `esip-ccc-knowledge-base/_build/` directory
- Run `jupyter-book build esip-ccc-knowledge-base/`
A fully-rendered HTML version of the book will be built in `esip-ccc-knowledge-base/_build/html/`.
### Hosting the book
The html version of the book is hosted on the `gh-pages` branch of this repo. A GitHub actions workflow has been created that automatically builds and pushes the book to this branch on a push or pull request to main.
If you wish to disable this automation, you may remove the GitHub actions workflow and build the book manually by:
- Navigating to your local build; and running,
- `ghp-import -n -p -f esip-ccc-knowledge-base/_build/html`
This will automatically push your build to the `gh-pages` branch. More information on this hosting process can be found [here](https://jupyterbook.org/publish/gh-pages.html#manually-host-your-book-with-github-pages).
## Contributors
We welcome and recognize all contributions. You can see a list of current contributors in the [contributors tab](https://github.com/abarciauskas-bgse/esip_ccc_knowledge_base/graphs/contributors).
## Credits
This project is created using the excellent open source [Jupyter Book project](https://jupyterbook.org/) and the [executablebooks/cookiecutter-jupyter-book template](https://github.com/executablebooks/cookiecutter-jupyter-book).