User:Jaffa/Jumpstart

(Getting started for Graduate Jumpstart event.)

Revision as of 10:40, 10 April 2010

Getting started

The Hermes repository needs "cloning" to your environment. Open Terminal and type:

 $ cd src
 $ git clone git://bleb.org/ hermes.git

We then need to tell git about you:

 $ git config --global user.name "Joe Bloggs"
 $ git config --global user.email "jbloggs@example.com"

Finally, we import the project into Eclipse:

  1. Start ESBox
  2. Select File > Import... > General > Existing project into workspace...
  3. Browse to ~/src/hermes.git
  4. Ensure Hermes is checked.
  5. Click Finish.

Starting Maemo

From within ESBox click the drop down next to the Maemo ae and select Start.

Starting Hermes

TBC!