-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
Add documentation page on self hosting Blitz #438
Comments
Hi @flybayer, if this issue is still open maybe I can take it up. |
Hi @Hardik3296. As far as I know, nobody is working on it, so you can give it a try. I think you should make a page like If you want, you can also add info about using Docker (check this out: https://github.com/LoriKarikari/blitz-docker) |
@Hardik3296 the new file will go in this repo here: https://github.com/blitz-js/blitzjs.com/tree/main/app/pages/docs |
@Hardik3296 try syncing your fork with the original repo |
I tried that but even after syncing I was getting the same error. I will try to clone again once in local. Maybe that may resolve it. |
@Hardik3296 I think this is fixed now in the main Blitz repo, but not sure if the cahgne is in blitzjs.com as yet, so you can try again. Pushing the commit also allows you to view the app in the preview deployment. Im also wondering if it may make sense to recommend that people with a smaller VPS
I'm using the base digital ocean droplet and when I did blitz build, the entire server would hang sometimes (taking my two running blitz apps down :( ), I needed to go into the DO console and restart the server |
I think there may be a node flag or option we can set to limit the memory the process will use? |
Self hosting blitz is easy, run
blitz build
andblitz start
, but we don't have a page on this under our "Deploying to Production" section, so people don't know it's possible.The text was updated successfully, but these errors were encountered: