https://github.com/ebidel/wedding-site
https://github.com/ebidel/wedding-site
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ebidel/wedding-site
- Owner: ebidel
- Created: 2016-11-13T02:55:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T18:33:20.000Z (over 8 years ago)
- Last Synced: 2025-03-27T22:43:21.685Z (over 1 year ago)
- Language: HTML
- Homepage: https://jackieeric.com/
- Size: 84.4 MB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Site: [jackieeric.com](https://jackieeric.com)
### Development
Get the code:
git clone https://github.com/ebidel/wedding-site --recursive
cd wedding-site
npm install
Start up the App Engine dev server. Run `gulp` any time you make changes to JS code.
### Deployment
./scripts/deploy.sh 2016-09-18
### Updating the SSL cert
From https://github.com/AirConsole/letsencrypt:
1. Go to [https://jackieeric.com/.well-known/acme-challenge/](https://jackieeric.com/.well-known/acme-challenge/) and login as an administrator
2. Temp change the endpoint in app.yaml to `secure: false`.
3. Execute the displayed command in a shell that supports curl and openssl (Google Cloud Shell can be used)
Upload the obtained certificates on [https://console.cloud.google.com/appengine/settings/certificates](https://console.cloud.google.com/appengine/settings/certificates)