-
Hey!! I have a use case where I want to install Theia IDE browser version in a windows machine natively via powershell script based automation, I was wondering if we have any If not, any idea how can we create standalone installers for this case, or how can we achieve this automation? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hey @amartyaa, can you please create a feature request over at the Theia IDE repo? This is the repo for the Theia framework development. Thank you. |
Beta Was this translation helpful? Give feedback.
-
@amartyaa We do provide a Docker container for this purpose: https://github.com/eclipse-theia/theia-ide?tab=readme-ov-file#docker |
Beta Was this translation helpful? Give feedback.
-
You do not need a node browser-app/lib/backend/main.js You can also pass custom parameters to start it: node browser-app/lib/backend/main.js --hostname=0.0.0.0 --port=9527 --plugins=xxxxx Alternatively, you can install a PM2 program to manage it. |
Beta Was this translation helpful? Give feedback.
Hey @amartyaa,
can you please create a feature request over at the Theia IDE repo? This is the repo for the Theia framework development. Thank you.