Rechercher dans ce blog

lundi 23 avril 2012

2. Github

The first thing we will put in place is the code repository. This is pretty easy and straightforward. The Source versioning tool we will use is GitHub.

To put the environment in place, we need git command-line and SSH, I did not have anything to do as it is included in macport...


  1. Create an account for  Git. I created a free account as the code is planned to be GPL, I did not bother about the licensing.
  2. I created a repository which is pretty straightforward. Please note that Github provides very useful information on how to put the environment in place.
  3. I generated an SSH key, and put the public key in Github. So that I can log to git without having to put the credentials.
  4. In Intellij idea, I set the VCS to Github and entered all the parameters to log on GitHub.


I can now access my code repository on: https://github.com/jfontignie/yocto-meteo. And that's all, the environment is ready for development.

Aucun commentaire:

Enregistrer un commentaire