Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coala/community
Generic re-usable community site
https://github.com/coala/community
django django-distill gci gsoc gsoc-2018 static-site
Last synced: about 2 hours ago
JSON representation
Generic re-usable community site
- Host: GitHub
- URL: https://github.com/coala/community
- Owner: coala
- License: agpl-3.0
- Created: 2017-11-30T22:51:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T15:35:22.000Z (over 3 years ago)
- Last Synced: 2024-03-26T15:29:19.797Z (8 months ago)
- Topics: django, django-distill, gci, gsoc, gsoc-2018, static-site
- Language: Python
- Homepage: https://coala-community.netlify.app
- Size: 12.7 MB
- Stars: 19
- Watchers: 144
- Forks: 45
- Open Issues: 107
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# community
![Header](/docs/_static/images/header.png)
## About
* This repository is a static django website;
* It uses the [GCI private API](https://developers.google.com/open-source/gci/resources/downloads/TaskAPISpec.pdf)
* __Attention:__ This repository only re-publishes publicly available information
* Uses IGitt, supporting both GitHub & GitLab## Deploy Netlify on your fork :
Following are the steps to deploy netlify on your forked ``community`` repository :
- Signup on [netlify](https://app.netlify.com/).
- Click on **New site from Git**.
- Choose **Git provider (Github) >** Choose a repository **< username >/community**.
- Branch to deploy **master**.
- Basic build settings :
* Set Build command to **.ci/build.sh**.
* Set Publish directory to **public**.
* Click on **Show advanced >** **New variable** to add the `environment variables`.After that to set the ``environment variables`` :
- Put **GH_TOKEN** in `Key` column and your generated `GitHub Access Token`
in `Value` column.
- Similarly add other `variables` like **OH_TOKEN, GL_TOKEN** if needed.
- Click on **Deploy Site** to deploy the site.