Skip to content

Commit

Permalink
Merge pull request #113 from jcdcodes/master
Browse files Browse the repository at this point in the history
To avoid requiring the user to be logged into github, use https:
  • Loading branch information
SunZhaonan committed Apr 13, 2016
2 parents 026311b + c60a49b commit 63e2482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ Execute the [DDL files][DDL] to create the required repository tables in **where

### Build

1. Get the source code: ```git clone git@github.com:linkedin/WhereHows.git```
1. Get the source code: ```git clone https://github.com/linkedin/WhereHows.git```
2. Put a few 3rd-party jar files to **metadata-etl/extralibs** directory. Some of these jar files may not be available in Maven Central or Artifactory. See [the download instrucitons][EXJAR] for more detail. ```cd WhereHows/metadata-etl/extralibs```
3. Go back to the **WhereHows** root directory and build all the modules: ```gradle build```
4. Go back to the **WhereHows** root directory and start the metadata ETL and API service: ```cd backend-service ; $PLAY_HOME/play run```
Expand Down

0 comments on commit 63e2482

Please sign in to comment.