googlecreativelab / coder

A simple way to make web stuff on Raspberry Pi
http://goo.gl/coder
Apache License 2.0
2.42k stars 275 forks source link

Coder outside of Raspberry Pi #22

Closed shankarmozzapp closed 10 years ago

shankarmozzapp commented 10 years ago

Is it possible to support Coder as an independent web development platform that can be installed in any PC/Mac? I rather like the way the single-file interface works and I see value in using it as a learning platform everywhere, Raspberry-Pi or not :)

nariox commented 10 years ago

I think your situation is similar to issue #14. I was wondering the same thing. I have a small ARM machine running Linux and I'd like to use it in my server too.

trestoa commented 10 years ago

I think the core is just an node server so it should run everywhere where node runs.

ir-g commented 10 years ago

Same as #30 See either:

nariox commented 10 years ago

Thank you Isaac, this is very helpful! (:

Pedro Nariyoshi

On Sun, Sep 29, 2013 at 7:34 AM, Isaac Reid-Guest notifications@github.comwrote:

Same as #30 https://github.com/googlecreativelab/coder/issues/30 See either:

  • This tutorialhttp://pi.gadgetoid.com/article/running-google-coder-on-your-existing-raspberry-pi-or-desktop-pcor:
  • This wikipagehttps://github.com/googlecreativelab/coder/wiki/Load-onto-a-device-without-installing-OS

— Reply to this email directly or view it on GitHubhttps://github.com/googlecreativelab/coder/issues/22#issuecomment-25318703 .

trestoa commented 10 years ago

Am 2013-09-30 00:35, schrieb pedronariyoshi:

Thank you Isaac, this is very helpful! (:

Pedro Nariyoshi

On Sun, Sep 29, 2013 at 7:34 AM, Isaac Reid-Guest notifications@github.comwrote:

Same as #30 https://github.com/googlecreativelab/coder/issues/30 See either:

  • This tutorialhttp://pi.gadgetoid.com/article/running-google-coder-on-your-existing-raspberry-pi-or-desktop-pcor:
  • This wikipagehttps://github.com/googlecreativelab/coder/wiki/Load-onto-a-device-without-installing-OS

— Reply to this email directly or view it on GitHubhttps://github.com/googlecreativelab/coder/issues/22#issuecomment-25318703

.

Reply to this email directly or view it on GitHub [1].

Links:

[1] https://github.com/googlecreativelab/coder/issues/22#issuecomment-25330819

Thank you Isaac,

i've also forked the repo and removed the whole shell stuff form the auth app :)

Markus Klein

jashsu commented 10 years ago

I think a LiveUSB and/or VM image would be a good way to make Coder more agnostic of the RPi platform. Many educators and students probably already have access to a computer but not a RPi.

trestoa commented 10 years ago

Why does every student need one coder? I think the idea is that the teacher has a coder running on his computer and every student, works on this coder instance.

jmstriegel commented 10 years ago

@kleiinnn it's just a nice way to keep things really simple, without account management, process isolation and that sort of thing. the idea is that it's really your own server. you can be responsible for it and you can play with it without a ton of consequences if you screw something up. ie. an endless for loop won't damage someone else's work.

trestoa commented 10 years ago

Oh ok, I understand your argument. I think getting a VirtualBox image will be pretty simple. You can try to convert the image to a vdi and run it in VirtualBox. If this does not work, you can setup your own linux with the coder.