This repository was archived by the owner on Sep 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 618
Eclipse
Joy Arulraj edited this page Dec 14, 2015
·
12 revisions
We use Eclipse
for development. First, install the EGit plug-in that enables Eclipse to work with Git repositories.
- Create a new workspace for Eclipse (if necessary).
- Select
File -> Import -> Git -> Projects
from Git. - When the next panel comes up, click the
Clone
button. In the next window, enter the path to the Github repository into the URI field at Location:git@github.com:cmu-db/peloton.git
. Then, clickNext
. - In the next panel you can select which branches you wish to clone from the remote repository. You most likely only need to clone the
master
branch. Then, clickNext
. - Select the location on your local machine where you wish to store your cloned repository. You can leave the other defaults. Then, click
Finish
. - It will now begin to pull down the repository. Once it’s finished, select
peloton
. Then, clickNext
. - In the next panel, select the
Import Existing Projects
option at the top. Then, clickNext
. - In the next page, select the
peloton
checkbox. ClickFinish
. Have fun hacking !