How to add project to configuration browser?

configuration, metacello, monticello, pharo

Solution

To make your configuration appear in the Configuration Browser, you have to copy your configuration package into a corresponding repository. For Pharo 3 it is:

http://www.smalltalkhub.com/#!/~Pharo/MetaRepoForPharo30

Problem

One easy way of installing projects in pharo is by using a Configuration Browser. How can a developer make his project appear in this browser?

Original source