May 26

This post show you the few needed commands to create a new branch in your colaborative repository:

  1. Clone the repository you want to branch
  2. cd repositoryname
  3. git push origin origin:refs/heads/branchname
  4. git checkout --track -b branchname origin/branchname

Related Posts

May 22

Some months ago I installed a git repository in our Mac server to manage all our projects, but now we are migrating to another machine (another Mac). I think that it has taken me more time to set up all system this time than the first one, I couldn’t remember how to do it.

It is not going to happen next time! So I’m writing this small manual to not forget any step becouse I have had several problems configuring gitosis, a tool that helps hosting git repositories in an easy and safe way.

This how-to is an adaptation of gitosis readme applied to Mac OS.

Continue reading »

Related Posts

May 19

gitlogo

Download git source code from project’s home page.

Unzip the tar file and open a Terminal app to type:

./configure --prefix=/usr
make
sudo make install

Now, git version control system is fully working.

Related Posts

May 18

This post describes step by step how to install Trac using MacOS X Leopard’s Apache and mod_python.

trac logo

First of all, you must install mod_python. I have written a post in this blog explaning how. There are options like WSGI or FCGI modules, but I have chosen this one.

After this initial configuration, you must download and install Trac. You can do it by downloading this application from its home page but I’m going to choose the easiest way.

Mac OS X includes easy_install tool that lets us to automatically download, build, install python applications.

Continue reading »

Related Posts

May 14

I was wrong…. We have won!!

imslogo

IMS Global Learning Consortium has awarded our implementation of  Moodle Simple Learning Tools for Interoperability module in Best Interoperability Innovation category.

The are some other awarded spanish projects:

  • Silver Award: Agrega – Search, Find, Participate – Federated access to content in Spain education community
  • Best Learning Portal: MyUOC – Online Learning Environment
  • Best National Content Exchange: Agrega – Search, Find, Participate – Federated access to content in Spain education community

You will find the full list of awarded projects here

Congratulations to all people that have had Learning Impact this year!

Related Posts

May 11

IMS Learning Impact 2009 is holding at Barcelona this week.

Learning Impact 2009

I’m glad to announce that my Google Summer of Code project about developing a Simple LTI client for Moodle has been chosen as finalist for the Learning Impact Award :P I know I’m not going to win, but I’m very happy about the nomination becouse I have to take up again this project to hand in as my Master Thesis. This nomination is an extra motivation to continue working on it the next 5-6 month.

Here is the full list of finalists

Related Posts