couchdb - Can we open Design Documents directly in an IDE? -
if 1 wants edit design document has make several clicks in fauxton (browser-tool) accomplish this. there faster way edit documents rather loggin in fauxton, open database, open d-doc, ..., etc.?
or in other words: can open design documents directly in ide?
consider using couchapp management tool. couchapps allow many things don't ever want touch, 1 thing can use them ddoc management. create directory structure javascript files maps , reducers , use tool push server.
there many such tools available, e.g.
http://guide.couchdb.org/draft/managing.html http://metsonet.co.uk/situp/
the workflow this:
create local directory name of design document. in directory, create sub directories names of views. in these directories create files map.js
, reduce.j
can open in ide, , version in git
.
whenever make change, use (say) situp
sync changes (a bit git push
). create ddoc views in right place , send remote server.
Comments
Post a Comment