Do you have any suggestions on deploying? I looked over the readme. I’m not understanding how to go from clone to cloud. Meetup sucks and I’m wondering if this might be a good replacement for local groups.
- get all the source code for the actual app (ie. the code from the comment castles repo)
- figure out all your environment variables (the ones I list in the README)
- now you can run the node app (you probably want to use pm2 if on Linux)
- then connect that running node app to the public internet (I use something random for the HTTP_PORT environment variable, like 3333, and then I Nginx reverse proxy that to port 80 on my domain name (I will try to get this Nginx code and post it here later))
- and then I run the let's encrypt certbot for https
https://github.com/ferg1e/comment-castles
(I'm the developer)