Difference between revisions of "Malverso Week 12"

From LMU BioDB 2015
Jump to: navigation, search
(downloaded files)
(did eclipse workspace setup)
Line 5: Line 5:
 
*I downloaded git for windows from this [https://git-for-windows.github.io/ link].
 
*I downloaded git for windows from this [https://git-for-windows.github.io/ link].
 
*I saved both of these files in the T drive of the computer (Second row from the front, third away from the door).
 
*I saved both of these files in the T drive of the computer (Second row from the front, third away from the door).
===To Do===
+
 
*Once you are set up as a developer, you can clone and push your GenMAPP Builder source code.
+
==Milestone 2==
*The easiest way to do this is via the Branch dropdown menu on the GitHub project website for XMLPipeDB.
+
# I saved the [https://github.com/lmu-bioinformatics/xmlpipedb XMLPipeDB GitHub repository] in the T drive and opened the git-bash.exe file which is in ThawSpace0 > Git.
 +
# I cloned the repository by executing this command:<pre>git clone https://github.com/lmu-bioinformatics/xmlpipedb.git</pre>
 +
# I used the <code>cd</code> command to go into the clone folder <code>xmlpipedb</code>:<pre>cd xmlpipedb</pre>
 +
# Next I switched to my branch using the command:<pre>git checkout s-oneidensis</pre>
 +
=== Eclipse Workspace Setup ===
 +
# Next I ran Eclipse.
 +
# When Eclipse asked me to select a workspace, I clicked the ''Browse…'' and navigated to your repository clone folder, which was T:/Git/xmlpipedb.
 +
#I clicked the ''Workbench'' button (upper-right corner, with a 3D arrow for an icon).
 +
=== Java Project Setup ===
 +
# I right-clicked within the empty ''Project Explorer'' tab and chose '''New > Project…''' from the menu that appeared.
 +
# I chose ''Java Project'' from the list of “wizards” and clicked on the ''Next >'' button.
 +
# On the next panel, I entered <code>gmbuilder</code> as the ''Project name:''.
 +
# I verified that the ''JRE'' section shows Java 1.8.
 +
# i clicked on the ''Finish'' button.
  
  
 
{{Template:Malverso}}
 
{{Template:Malverso}}

Revision as of 00:20, 20 November 2015

Milestone 1

  • I was added as a developer of the XMLPipeDB project on GitHub under the organization lmu-bioinformatics and under the team name Heavy Metal HaterZ.
  • I created a GitHub branch of xmlpipedb for your team called s-oneidensis.
  • I downloaded eclipse for Java Developers from this link and then extracted it using 7-zip.
  • I downloaded git for windows from this link.
  • I saved both of these files in the T drive of the computer (Second row from the front, third away from the door).

Milestone 2

  1. I saved the XMLPipeDB GitHub repository in the T drive and opened the git-bash.exe file which is in ThawSpace0 > Git.
  2. I cloned the repository by executing this command:
    git clone https://github.com/lmu-bioinformatics/xmlpipedb.git
  3. I used the cd command to go into the clone folder xmlpipedb:
    cd xmlpipedb
  4. Next I switched to my branch using the command:
    git checkout s-oneidensis

Eclipse Workspace Setup

  1. Next I ran Eclipse.
  2. When Eclipse asked me to select a workspace, I clicked the Browse… and navigated to your repository clone folder, which was T:/Git/xmlpipedb.
  3. I clicked the Workbench button (upper-right corner, with a 3D arrow for an icon).

Java Project Setup

  1. I right-clicked within the empty Project Explorer tab and chose New > Project… from the menu that appeared.
  2. I chose Java Project from the list of “wizards” and clicked on the Next > button.
  3. On the next panel, I entered gmbuilder as the Project name:.
  4. I verified that the JRE section shows Java 1.8.
  5. i clicked on the Finish button.


Team Page

Heavy Metal HaterZ

Assignments

Individual Journal Entries

Shared Journal Entries