-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Package Theia for chromebooks #4725
Comments
Perhaps it is clear to others but not to me; what do you mean? |
@madankumarj, what do you mean by packaging. |
I think he means create an app that runs on Chromebooks and allows you to edit locally accessible files. In other words, not hosting it on a remote server, but actually running the server locally and using the local browser to do the file editing. At the moment, on a Chromebook (without Linux apps support) real dev work needs to be done in the browser on a remote system - which is bad if you're on a train, a plane or in the countryside. I think it's a cracking idea. We know that local editors work nicely (https://chrome.google.com/webstore/detail/caret/fljalecfjciodhpcledpamjachpmelml) and we know we can run a webserver (https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb) so it could be worth a shot. |
One can create standalone package.json and try to run it as a chromebook app. Code can go under https://github.com/theia-ide/theia-apps I don't think that active contributors will look into it any time soon, so help from the community is welcomed. |
I will do some research on the best way to run a Node server in a background task when I have some time. |
@kittaakos Apologies, I missed out on the notification. looks @ab00a already explained what I meant. |
You can setup node (nodebrew) & yarn with chromebrew in Dev-Mode. Then you can build theia and run it: https://theia-ide.org/docs/composing_applications/ |
Description
Feature Request : This would be a great development environment to run on chromebook, Can we may be comeup with steps to package it for chromebook
Reproduction Steps
OS and Theia version: Chrome Os
Diagnostics:
The text was updated successfully, but these errors were encountered: