Can we deploy page on our own server? #2432
-
Hello, I just start to use Toolpad. I wonder if we could deploy the pages we build by toolpad to our own server? I read a doc on https://mui.com/toolpad/tutorials/render-deploy/. but our server is on AWS we don't use render. so it would be possible to do it? If not, where can I find the file of the page I made? I want to check the file code and try to figure it out by our team Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@chendwww Yes, you can. As of today, you need 1 GB of RAM and Node.js 18 or above. cc @prakhargupta1 I think we need to create more deployment instructions, to at least explain at a high level how it works. For example https://next-site-4vixvljn1.vercel.sh/docs/deployment#nodejs-server. This sounds a lot more important than covering each possible target. I mean, Render is one of my ways to deploy a Node.js process. |
Beta Was this translation helpful? Give feedback.
-
I think we can expand https://mui.com/toolpad/concepts/deployment/ with some more details to make deploying to any Node.js server clear (such as adding the paragraph Jan added in the discussion thread above) |
Beta Was this translation helpful? Give feedback.
@chendwww We will add documentation on how to deploy on any server that has Node.js installed.
In short the process will be as follows: