To avoid requiring the user to be logged into github, use https: rather than git:

This commit is contained in:
Josh Daghlian 2016-04-13 09:11:57 -04:00
parent 026311b862
commit c60a49b116

View File

@ -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```