Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Eclipse

Joy Arulraj edited this page Dec 14, 2015 · 12 revisions

Setup

We use Eclipse for development. First, install the EGit plug-in that enables Eclipse to work with Git repositories.

  1. Create a new workspace for Eclipse (if necessary).
  2. Select File -> Import -> Git -> Projects from Git.
  3. 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, click Next.
  4. 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, click Next.
  5. Select the location on your local machine where you wish to store your cloned repository. You can leave the other defaults. Then, click Finish.
  6. It will now begin to pull down the repository. Once it’s finished, select peloton. Then, click Next.
  7. In the next panel, select the Import Existing Projects option at the top. Then, click Next.
  8. In the next page, select the peloton checkbox. Click Finish. Have fun hacking !
Clone this wiki locally