Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

ocf/cg505-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCF Status Page

This status page is currently available at http://dev-status.ocf.io.

Cloning

This project uses submodules. To clone it, do

git clone --recursive git@github.com:ocf/status

If you've already cloned the repo but you still need the submodules, do

git submodule update --init

Running

To run a dev version and make sure your changes look good:

make dev

Normally, Jenkins will build and deploy your changes once you push to master. However, if Jenkins is down, you can do it manually:

make deploy

Updating issues

Create a new file in content/issues/ following the structure. It will get picked up by hugo automatically.