The most significant bottleneck to adopting green software practices is a lack of knowledge. This repository contains the training material for the Green Software for Practitioners training course which was created based on the Principles of Green Software.
This is a project run through the Community Working Group in the Green Software Foundation and can be viewed through https://learn.greensoftware.foundation
Chair - Sarah Hsu - Goldman Sachs
This project is copyrighted under Creative Commons Attribution 4.0.
No Patent License.
This project is licensed under the MIT License - see the LICENCE file for details.
This project is open source and welcomes public contribution via issues, discussions and pull requests.
Members of the Green Software Foundation also meet and discuss aspects of this project either in-person or virtual via email or video.
Instructions for how to contribute to this project can be found in the CONTRIBUTING.md file.
This project is a static website based on the project https://docusaurus.io, you can find more information about docusaurus here: https://docusaurus.io/docs
The docs
folder contains all of the material in this project, editing any file there in the main
branch will update the website. If you are only interested in editing content on the website then you should not need to leave the docs
folder.
The documentation files use a format called markdown and they end in .md
which supports certain basic styling features like so: https://docusaurus.io/docs/markdown-features
To edit this project on your local machine and see the output as it would be rendered on the website you will need node
at least version 14 installed.
We also recommend to use yarn
as the package management solution as the deployment scripts use yarn
not npm
.
npm -g install yarn
yarn install
Then to run the project locally type
yarn run docusaurus start
and visit https://localhost:3000 in your favorite browser or whatever the command above prints out in the terminal.
To edit attributes of the website, customize the menu, sidebar and footer for example, you will need to edit the docusaurus.config.js
file, more information about the options that are present there can be found here: https://docusaurus.io/docs/api/docusaurus-config