4

One easy way of installing projects in is by using a Configuration Browser.

How can a developer make his project appear in this browser?

Uko
  • 13,134
  • 6
  • 58
  • 106

1 Answers1

4

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

Uko
  • 13,134
  • 6
  • 58
  • 106
  • 2
    And you need to be able to do it. That means you need to ask for been added (usually sending a mail to pharo-dev list). This will change soon, but for now is like that :( – EstebanLM Jan 14 '14 at 08:55
  • As a follow-up to Esteban's comment above -- the Meta repos for Pharo 3, 4 and 5 are now public-writeable. (Meaning, you do not need to ask for write access on the mailing list). – Dmitri Zagidulin Jun 13 '15 at 18:24