Skip to content

coala/community

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8323939 · Aug 5, 2019
Aug 5, 2019
Oct 14, 2018
Aug 5, 2019
Aug 5, 2019
Aug 5, 2019
Aug 5, 2019
Dec 5, 2017
Aug 4, 2019
Oct 20, 2018
Oct 12, 2018
Jul 17, 2018
Oct 12, 2018
Apr 19, 2018
Nov 2, 2018
Aug 5, 2019
Aug 5, 2019
May 3, 2018
Aug 5, 2019
Aug 4, 2019
Oct 14, 2018
Aug 5, 2019
Aug 5, 2019
Aug 4, 2019
Nov 30, 2017
Apr 12, 2018
Aug 6, 2018
Jan 31, 2019
Aug 5, 2019
Mar 9, 2018
Aug 5, 2019
Aug 4, 2019

Repository files navigation

community

Header

About

  • This repository is a static django website;
  • It uses the GCI private API
  • 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.
  • 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.