Setting up on AWS EC2 instance #81
-
I'm looking to get this up and running with an EC2 instance. So far I've setup the instance, SSH'd into it, and used The issue is if attempt to access it using port I've tried messing with the Vite config file setting the host to the private IP of the instance to no avail. I also noticed if I change the port to something like The root directory for the project and its files is the home directory for my instance's user: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey. |
Beta Was this translation helpful? Give feedback.
Hey.
If you want to change the port, you typically do that in your config.json or through the UI. For your specific situation, it might make sense to consider using the Docker package. I'm not rly familiar with EC2. I do know that many people have deployed Fredy to Vercel.