-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL.TXT
23 lines (17 loc) · 956 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
23
This module requires to install the needed PHP extensions, otherwise it will
not works correctly. There are two ways to install them:
* Use composer_manager module - https://drupal.org/project/composer_manager.
This module handle the requirements by looking the composer.json file.
Learn more about the composer at here:
https://github.com/composer/composer/blob/master/doc/00-intro.md
After you configure the composer_manager module, go to the
composer folder where the json file is generated. The default path will be:
sites/default/files/composer and execute the composer install file e.g.:
cd [DRUPAL ROOT]/sites/default/files/composer;
composer.phar install;
If the above command is not available in CLI go to:
https://github.com/composer/composer/blob/master/doc/00-intro.md
and follow the install instructions.
-------------------------------------------------------------------------------
TODO:
- add Elasticsearch installation guide