-
Notifications
You must be signed in to change notification settings - Fork 181
Installing Composer
Wally73 edited this page Jan 5, 2021
·
1 revision
Install Composer
Now it is time to install Composer. We strongly recommend the global method, as we do not provide the composer.phar file in our repo.
- We do need composer v1 so after global install do
-
sudo -H composer self-update 1.10.19
Note
Commands below assume you followed the getComposer site's instructions and renamed composer.phar to composer.
Do one of the following:
If you will not be working on the code (most people), run this command:git clone https://github.com/nZEDb/nZEDb.gitThis will download the latest stable branch of the project.
or
If you will be working on the code, see the wiki page on Contributing Code for instructions on forking the repository and cloning locally.
Install dependencies
Either way you will need to run:
composer install --prefer-sourceto have all the 3rd. party libraries installed.