-
Notifications
You must be signed in to change notification settings - Fork 0
journal 2020 10 25: Setting up a Vultr deploy
Eason Chen edited this page Oct 25, 2020
·
1 revision
Follow issue:
I basically started from scratch today, spent ~5 hours, and got everything minimally-working. Tasks:
- Apply for Let's Encrypt SSL certificates using
acme.sh
. - Set up some kind of Nginx config with domain-name multiplexing, SSL, redirect-to-SSL, and reverse-proxy to localhost.
- Fix my build (lol) and produce some bdist tarballs without any
localhost
hostnames hard-coded in them. - Set up a different Twitter API client (OAuth Cient credentials) for production use, since the OAuth callback-URL is different.