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 3004c6caee add April's virtual meeting.. il y a 4 ans
content add April's virtual meeting.. il y a 4 ans
layout use latest instead of top for this link il y a 4 ans
publishers comment out debugging statement.. il y a 7 ans
.gitignore add mac turds to git ignore.. il y a 6 ans
Makefile add next month's baysec.. add Makefile for deploy.. il y a 5 ans
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
notes.txt initial version of the BaySec website.. il y a 7 ans
requirements.txt convert over to s3 for publishing, add requirements.. il y a 7 ans
site.yaml add missing charset so it gets set properly.. il y a 6 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