LockerProject / Locker

Locker - the "me" platform
http://lockerproject.org/
BSD 3-Clause "New" or "Revised" License
1.07k stars 123 forks source link

Merge lockerbox functionality into Locker #909

Closed mdz closed 12 years ago

mdz commented 12 years ago

This makes the lockerbox repo obsolete. Just "git clone && make" is sufficient, and will walk the user through installing dependencies if needed.

"make" will check for prerequisites, and if any are missing, bail out and suggest running... "make deps" which will install the prerequisites

both the relevant "make" commands and ./locker will find the deps where they're installed by "make deps"

mdz commented 12 years ago

Basically this: