Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flink installation instructions fixed in readme file #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Solma is a scalable online machine learning algorithms (including classificatio

### Usage
- Clone proteus-engine [1] (if already cloned, execute ``` git pull origin proteus-dev ```)
- From commandline go to above directory and execute ``` mvn clean install ```
- Delete .m2 directory ``` rm -rf ~/.m2/repository/* ```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to delete the whole local maven repository?

Copy link
Collaborator Author

@jeyhunkarimov jeyhunkarimov May 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because there was some issues from BU, I put it there as a guard. Maybe I should put in a different context, saying if getting error, use this comment

- From commandline go to above directory and execute ``` mvn clean install -Dmaven.test.skip=true -Dcheckstyle.skip=true ```
- Clone SOLMA library [2] (if already cloned, execute ``` git pull origin develop ```)
- Move to above directory and execute ``` mvn install ```
- To use SOLMA library, create Maven project (in your favorite IDE)
Expand Down