Skip to content
Wally73 edited this page Jan 5, 2021 · 5 revisions

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.git

This 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-source

to have all the 3rd. party libraries installed.

Clone this wiki locally