marklogic-samplestack
marklogic-samplestack copied to clipboard
A sample implementation of the MarkLogic Reference Architecture
The main changes here are: - Most of the custom tasks are gone in favor of existing tasks in ml-gradle - I re-organized the database config files and modules under...
At the World Bank, we used a multi-project gradle build. It allows better de-coupling between the database and appserver packages. Let me know what you think. [Scott](mailto:[email protected])
Fixed link to Gulp
There is an issue with gulp-if (https://github.com/robrich/gulp-if/issues/43) and it popped up in this project. So the best solution is replace the gulp-if with a clone/merge (already used in the project).
Purpose: to demonstrate alerting in the application. Allow signed-in users to follow a tag (maybe by right-clicking on the tag in the Tags list on the search page and selecting...
npm ERR! Darwin 14.3.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" npm ERR! node v0.12.5 npm ERR! npm v2.11.2 npm ERR! code MODULE_NOT_FOUND npm ERR! Cannot find module 'mime-db'
Deploy a hosted instance of Samplestack so people can play with it without having to build it themselves. There should be links to the demo and probably a "Fork me...
Per issues with [EA upgrade](https://github.com/marklogic/marklogic-samplestack/issues/514), could enhance appserver (or another gradle task) to do a roles/users audit. Result of user feedback #514
An idea that emerged from issue #664 (_Pick a date range other then 1st date of the month , bar charts aren't highlighted_): Users can select a date range that...
We've noticed that around the time of release, the application became noticeably faster. While this is great, we should know why. One possibility is that a dependency or dependencies update...