LivelyKernel / LivelyKernel

The Lively Web runtime and development environment
http://lively-web.org/
MIT License
296 stars 60 forks source link

create a "one line install" script #41

Closed rksm closed 12 years ago

rksm commented 12 years ago

npm has curl http://npmjs.org/install.sh | sh. We need the same!

rksm commented 12 years ago

curl http://lively-kernel.org/install.sh | sh -- works but in an early version. Not yet implemented is an update of the workspace. Here we need to recognize local changes to not overwrite them and only update if the workspace git repo is clean.

rksm commented 12 years ago

I close this issue for now. The feature exists but does not yet take care of updating existing installs.