marklogic - Is it possible to run marklogic7 appbuilder generated application from the file system, not the module database? -
in past used able generate search applications using marklogic's app builder, copy contents of created modules database file system, change configuration of http server , start customizing away.
however, doesn't work new marklogic7 applications. when move application modules file system , run app generic rest api page. apparently rest api rewriter script doesn't pick configuration if app modules not stored in database. there way around this?
the reason i'd use above workflow can use version control, , automated deployers. having app in modules database severely limits choice of dev tools.
while don't think there's direct way you're looking for, using workflow laid out in blog post lets use version control , makes easy script automated deployers. makes use of roxy deployer (intro).
Comments
Post a Comment