BaySec website source
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
John-Mark Gurney f5107d26de add missing closing ul il y a 1 mois
content add April's virtual meeting.. il y a 4 ans
layout add missing closing ul il y a 1 mois
publishers update to support python3 il y a 1 mois
.gitignore add mac turds to git ignore.. il y a 7 ans
Makefile add rule to build environment, and fix protocol for hyde... il y a 1 mois
README.md add abbreviated meeting instructions il y a 4 ans
gennext.sh add support for OpenGraph, and twitter cards... il y a 6 ans
info.yaml initial version of the BaySec website.. il y a 7 ans
invalidate.py add script to invalidate cache. il y a 1 mois
notes.txt initial version of the BaySec website.. il y a 7 ans
requirements.txt update to support python3 il y a 1 mois
site.yaml add missing charset so it gets set properly.. il y a 7 ans

README.md

BaySec Website Source

Source to build the BaySec website.

This is now hosted on AWS CloudFront + S3. The move off github pages was required due to the lack of SSL support for custom domains.

Instructions

  1. Clone this repository: git clone ssh://git@git.funkthat.com:822/jmg/baysec.git
  2. Change directory in the cloned repo: cd baysec
  3. Make the next meeting: sh gennext.sh
  4. Make sure AWS keys are in environment: . ./.key.txt
  5. Make and deploy: make deploy