...
Fork the Sage-Bionetworks SynapseWebClient repository into your own GitHub account: https://help.github.com/articles/fork-a-repo
- Clone the SynapseWebClient project down to your computer:
git clone https://github.com/[YOUR GITHUB NAME]/SynapseWebClient.git
- Change into the proper directory with:
cd SynapseWebClient
git remote add upstream https:
//github
.com
/Sage-Bionetworks/SynapseWebClient
git checkout -b develop remotes
/origin/develop
- Fetch and merge changes from the Sage Bionetworks repo, which was named upstream:
git fetch upstream
git merge upstream - Follow the instructions on the Platform Bootstrap.
- Now, from an up-to-date clone of Synapse-Repository-Services on your local box:
mvn clean install -Dorg.sagebionetworks.database.drop.schema=true
...