git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
e3bc3ec
Branches
Tags
master
ticket
webinterface.git
INSTALL.md
add install instructions for composer
Hanno Böck
commited
e3bc3ec
at 2016-10-30 10:08:03
INSTALL.md
Blame
History
Raw
Installing composer dependencies ================================ We use composer to install PHP dependencies. These are defined in the file composer.json, the current dependency metadata is in composer.lock. To fetch the dependencies: * Get composer.phar as described at https://getcomposer.org/download/ * run [path_to]/composer.phar install in the webroot. This will install all required dependencies to the directory vendor. The vendor directory is listed in .gitignore to avoid committing duplicates of upstream projects.