Open kaji-bikash opened 8 years ago
The documentation includes a Getting Started chapter: http://divolte-releases.s3-website-eu-west-1.amazonaws.com/divolte-collector/0.4.1/userdoc/html/getting_started.html
Does this help?
I downloaded from https://github.com/divolte/divolte-collector/archive/divolte-collector-0.4.1.tar.gz
and followed through the link.
% tar xzvf divolte-collector-0.4.1.tar.gz
% cd divolte-collector-divolte-collector-0.4.1
% touch conf/divolte-collector.conf
% ./bin/divolte-collector
There is no conf folder and there is no bin/divolte-collector either !
Ahh. Indeed, the guide mentions the wrong place to download the release. Instead you have the source code. Try: http://divolte-releases.s3-website-eu-west-1.amazonaws.com/divolte-collector/0.4.1/distributions/divolte-collector-0.4.1.tar.gz
I am completely alien to java server deployment workflow. Looking through README and examples, I have not been able to figure out how about I go to setup the endpoint which would collect the clickstreams from a particular webpage provided that webpage has javascript file hooked. Many issues and README suggest
Go into the bin directory of your installation and run:
I don't see any bin folder under any releases i downloaded.
I even tried to follow the default README eg.
./gradlew tarball
I got following for master branch git checkout.