Differences between revisions 1 and 2
Revision 1 as of 2014-12-16 19:50:38
Size: 1188
Comment:
Revision 2 as of 2014-12-19 21:42:30
Size: 1176
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Install Git == = Install Git =
Line 3: Line 3:
=== Overview === == Overview ==
Line 6: Line 6:
=== Process === == Process ==
Line 8: Line 8:
==== Windows ==== === Windows ===
Line 13: Line 13:
==== Mac ==== === Mac ===
Line 24: Line 24:
==== Linux ==== === Linux ===

Install Git

Overview

Cytoscape repositories are hosted at GitHub. App developers need to install git in order to check out Cytoscape source code.

Process

Windows

This will install a "Git Bash Shell", among other things. Use this to run Git commands - use Unix commands rather than the DOS commands used in a typical Windows command shell.

Mac

  • Start at GitHub

  • Download and install GitHub.app

  • Launch GitHub.app and start the configuration wizard:

    • Enter your GitHub account info

    • Click on Install Command Line Tools

  • Open Terminal and type "git"
  • If you are prompted to install Xcode, click Install to continue

  • In Terminal, test the installation by typing "git" again
  • Finish the GitHub.app wizard

Linux

  • Check if git is already installed on your computer by typing "git --version"
  • If git is not installed yet, install it with command (on Ubuntu) "apt-get install git"

Cytoscape_3/AppDeveloper/Cytoscape_App_Ladder/Install_Git (last edited 2014-12-19 21:42:30 by KristinaHanspers)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux