A collection of Eclipse features and plug-ins to track user activity
- Java 1.7
- Eclipse 4.3
- JDT 3.8
- EGit 2.2
- Maven 3.2
- Tycho 0.20
- Elasticsearch 1.5
- User Activity Client Application 2.0
- Internet connection
- Clone perconik project into workspace
- Clone perconik update repository into workspace
- disable automatic index creation for PerConIK event indices in all cluster nodes,
(event type mapping will otherwise not work as expected), this can be achieved via setting
action.auto_create_index: "-perconik-events*,+*"
inelasticsearch.yml
which disables automatic index creation for PerConIK event indices and leaves it enabled for other indices
- refer to User Activity Client Application Installation Guide
- Download external libraries with
sk.stuba.fiit.perconik.libraries/download/run
- Build project by running
mvn clean install -Dtycho.localArtifacts=ignore
- Use version-tiger for versioning
- Commit only version changes, never combine source code with version changes
- Start each version change commit with
Bump
- Do not use Maven Tycho for versioning
- Fork it
- Create your feature branch (
git checkout -b new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin new-feature
) - Create new Pull Request
This Software is the partial result of the Research and Development Operational Programme for the project Research of methods for acquisition, analysis and personalized conveying of information and knowledge, ITMS 26240220039, co-funded by the ERDF
This software is released under the MIT License