CIShell Manual : Clone a fresh local CIShell repository and check out into Eclipse

Clone a fresh local CIShell repository from your fork copy

Important: Make sure you have setup the SSH in Eclipse and your GitHub account through here

  1. Open the Git Repository Exploring perspective by select Window > Open Perspective > Other > Git Repository Exploring
  2. Select clone an Git repository and fill in the following information from your github fork. The following show my GitHub fork git path. Keep in the GitHub password



  3. Press next, a window will pop up if to verify your SSH access credential. Key in your SSH access, based on the tutorial at Setup SSH on Eclipse and Git, the password is 12345678. Press OK, a window will pop up as following.
  4. I choose only clone the master and p632workflow branches. You are free to clone all repository. Press Next.
  5. Select a local git directory for your clone. Then press Finish. This will create a cloned CIShell repository in your local machine. The image shows the result in your perspective view.



Now you can work offline and commit offline to your local cloned repository. Then push to your GitHub Fork while you can online.

Check out project from local repository into Eclipse

  1. Right click on the Working Directory and select Import Maven Projects... 


  2. A windows will pop up. Choose Finish. Wait for a few minutes to complete the Maven projects setup.
  3. Open the Java perspective. You should see a list of projects with parent as root. Now you are ready to develop CIShell. You can try a quick build by right click on the parent directory, select Run As > Maven Install. If you are developing Sci2, please follow the Import Sci2 source instruction at Quick Start.

Attachments:

clone2.png (image/png)
clone4.png (image/png)
clone3.png (image/png)
checkoutMavenProject1.png (image/png)
clone5.png (image/png)
clone6.png (image/png)