forked from pantheon-systems/auth0-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL.txt
23 lines (16 loc) · 852 Bytes
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installing the Auth0 module
---------------------------
Auth0 requires some additional PHP packages to function. These packages are
managed by Composer (https://getcomposer.org/) and must be installed before
you can use this module. There are 2 ways to install these packages:
1) Directly with Composer
If you have composer already installed you can run:
> composer install
from inside the module directory. Composer will then download and install all
of the required dependencies.
2) With Composer Manager
Composer Manager (https://www.drupal.org/project/composer_manager) is a Drupal
module to help with the management of dependencies accross all installed modules.
Follow the Composer Manager instructions: https://www.drupal.org/node/2405805
to install Composer Manager and use it to download and install the Auth0 module
dependencies.