BaySec website source
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 503 B

12345678910111213141516
  1. BaySec Website Source
  2. =====================
  3. Source to build the BaySec website.
  4. This is now hosted on AWS CloudFront + S3. The move off github pages
  5. was required due to the lack of SSL support for custom domains.
  6. Instructions
  7. ============
  8. 1. Clone this repository: git clone ssh://git@git.funkthat.com:822/jmg/baysec.git
  9. 2. Change directory in the cloned repo: cd baysec
  10. 3. Make the next meeting: sh gennext.sh
  11. 4. Make sure AWS keys are in environment: . ./.key.txt
  12. 5. Make and deploy: make deploy