ryanramage / couchapp-takeout

DEPRECATED - a couchapp installer.
Apache License 2.0
22 stars 2 forks source link

CouchDB 1.2 #14

Open rwadholm opened 12 years ago

rwadholm commented 12 years ago

Anyway this might be updated in the future to use CouchDB 1.2 instead of 1.1.0?

rjcorwin commented 11 years ago

Cool project. Open Learning Exchange would definitely use this if CouchDB 1.2 was supported. We don't have a pressing need to support Windows and Mac at the moment though as we are focused on putting CouchApps in Linux running on Raspberry Pi's and tablets running Android.

ryanramage commented 11 years ago

I have not touched couchapp takeout for a while. I am working on its successor, currently. You might want to have a look and maybe decide to migrate to it? I am not quite done it, but check out the site so far:

http://garden20.com

and

http://github.com/garden20

Its a better model I believe in the long run.

I think (if I recall...) I made the version of takeout somewhat configurable. The version is actually downloaded from here:

http://code.google.com/p/couchdb-binary-releases/source/browse/#svn%2Ftrunk

As you can see from this code:

https://github.com/ryanramage/couchapp-takeout/blob/master/java/src/main/java/com/github/couchapptakeout/BasicCouchDownloader.java

So if you want to package up a 1.2 couch for win and mac in the above formats, I can add you with publish rights to that couchdb-binary-releases repo and you can add the new ones, and change the lastest file.

barbalex commented 11 years ago

Hi Ryan

Does garden really do the same? It does a lot more of course and is a great idea. But I couldn't find out how it would enable me to give the users of my app a button to install the app locally as opposed to in the cloud. Did I miss something?

Thanks for these great tools!

Alex