Previous topic

Software

Next topic

Java

This Page

GitΒΆ

Git is our source control software. Download and install git on your local machine.

Note

All InterMine code is available via JCenter as executable JARs. We do not recommend downloading the source code.

  1. install the Git command line tool

    $ sudo apt-get install git-core
    
  2. configure your user and email

    $ git config --global user.name "Name Surname"
    $ git config --global user.email "your.email@gmail.com"
    
  3. Our code is available on GitHub
    1. create your account in github
    2. login and go in ‘Account Settings’ section to configure the SSH keys