-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quickstart? #2
Comments
You would need to setup Postgres 15 and a KeyDB 6.3.2 cluster and write their info to a ".env" file to be able to self-host the app. I have no idea how to improve this and would appreciate some help. I think there are still some details I have to work on to allow this, like removing email verification when self-hosting so you don't need to create a MailJet account. |
I made a little diagram to make it more clear, but it's basically what I said above: https://deepnotes.app/pages/GMqz_dgHeaDd4_eABGuyp |
Usually when multiple Docker containers are involved, they are combined with Docker Compose. Some examples: |
@almereyda Thank you, I'll take a look. |
I added some instructions on the README for local development. |
Hello. This looks like a really impressive tool. Thank you for creating it. I'd like to demo the code for a few colleagues. What's the fastest way to setup the code on a local machine? Does the machine need to be a fully-running web server, or can I demo it on my local computer? What steps should I follow to launch it?
The text was updated successfully, but these errors were encountered: