A working demo is available on Heroku.
- Git
- Node.js
- JDK (32-bit or 64-bit, according to Node.js version)
- Python 2.x (for node-gyp)
Only tested on Linux. Not guaranteed to build on Windows.
# Clone the repo
git clone https://github.com/neverfox/duplicate-content-checker.git && cd duplicate-content-checker
# Install dependencies
npm install
# Install Mimosa build system
npm install -g mimosa
# Build
mimosa build -mop
# Launch
cd dist && node app.js
Then, open localhost:3000
in your browser.
To view side-by-side annotated documentation of the similarity module:
npm install -g docco
docco similarity.litcoffee
Then, open docs/similarity.html
in your browser.
You can also view the documentation in Markdown here.