Further simplified Satis Config intro
parent
f6059890b1
commit
6428aa1aa2
|
@ -13,10 +13,8 @@ your own. It basically acts as a micro-packagist. You can get it from
|
||||||
|
|
||||||
For example let's assume you have a few packages you want to reuse across your
|
For example let's assume you have a few packages you want to reuse across your
|
||||||
company but don't really want to open-source. You would first define a Satis
|
company but don't really want to open-source. You would first define a Satis
|
||||||
configuration, a json file with an arbitrary name that is basically a stripped-down version of a
|
configuration: a json file with an arbitrary name that lists your curated
|
||||||
`composer.json` file. It contains a few repositories, and then you use the require
|
[repositories](../05-repositories.md).
|
||||||
key to say which packages it should dump in the static repository it creates, or
|
|
||||||
use require-all to select all of them.
|
|
||||||
|
|
||||||
Here is an example configuration, you see that it holds a few VCS repositories,
|
Here is an example configuration, you see that it holds a few VCS repositories,
|
||||||
but those could be any types of [repositories](../05-repositories.md). Then it
|
but those could be any types of [repositories](../05-repositories.md). Then it
|
||||||
|
|
Loading…
Reference in New Issue