php - Satis Installation & Usage Guide for Beginner -


i new satis , have tried tutorials such https://getcomposer.org/doc/articles/handling-private-packages-with-satis.md, http://code.tutsplus.com/tutorials/setting-up-a-local-mirror-for-composer-packages-with-satis--net-36726. explanation blur , incomplete.

this have done.

  1. i created new empty folder.
  2. i run composer on folder command composer create-project composer/satis --stability=dev
  3. now see in folder contain folder called "satis". inside folder see "bin", "src", "test", , "views" folder. also, there "compser.json" , "composer.lock" files.

so, should now? don't find "satis.json" on getcomposer.org tutorial. stuck there , don't know how go forward. why install "satis" folder in folder run? mean, have install satis on every project need use it? if know how, please guide me.

thanks.

it task create satis.json (or whatever name like), fill content need, , run satis command create repository.

the configuration has many variables cannot guessed beforehand, have filled because know details of how hosting satis repository.

you cannot break anything. satis runs on it's own, creates files, , finished. can run amount of times learn how tweak , make work you.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -