Develop

Tools for developers

Installing the development version of minitage

If you want to be bleeding edge and not have a 3 years old debianised minitage. You can give a try to the egg in development mode. Be aware that you must know what you are doing there !

  • If you need to, fire your virtualenv

    source $prefix/bin/activate
    
  • Get the sources

    mkdir -p ~/repos/minitage
    cd ~/repos/minitage
    git clone http://git.minitage.org/git/minitage/eggs/minitage.recipe/
    git clone http://git.minitage.org/git/minitage/eggs/minitage.core/
    git clone http://git.minitage.org/git/minitage/eggs/minitage.paste/
    git clone http://git.minitage.org/git/minitage/eggs/buildout.minitagificator
    
  • Install/Reinstall minitage in develop mode

    source $prefix/bin/activate
    cd ~/repos/minitage/minitage.core
    python setup.py develop
    cd ~/repos/minitage/minitage.recipe
    python setup.py develop
    cd ~/repos/minitage/minitage.paste
    python setup.py develop
    cd ~/repos/minitage/buildout.minitagificator
    python setup.py develop
    
  • Sync its packages (all its minilays in minitage vocabulary).

    This will initiate also all the minitage directories for the first run.

    source $prefix/bin/activate
    minimerge -s
    

Table Of Contents

Previous topic

minitage.instances.env

This Page