Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
https://bitbucket.org/mariocesar/ucb-pizarra
Instalación
:: $ cd Proyectos $ mkdir Pizarra $ hg clone ssh://hg@bitbucket.org/mariocesar/ucb-pizarra pizarrauml $ virtualenv env $ source env/bin/activate $ sudo apt-get install python-dev libevent-dev $ pip install -r requirements.txt $ cd pizarrauml $ python manage.py syncdb $ python manage.py runserver_socketio 127.0.0.1:8000