File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
build
4
4
* ~
5
5
* giza.log
6
- source /*
7
6
backups /*
Original file line number Diff line number Diff line change @@ -14,23 +14,23 @@ Download and Install
14
14
.. procedure::
15
15
:style: connected
16
16
17
- .. step:: Install Dependencies
17
+ .. step:: Install dependencies
18
18
19
19
Before you begin developing, ensure that you have the following
20
20
dependencies installed on your local machine:
21
21
22
22
- `PHP <https://www.php.net/manual/en/install.php>`__
23
23
- `Composer <https://getcomposer.org/download/>`__
24
24
25
- .. step:: Install the MongoDB Extension
25
+ .. step:: Install the MongoDB extension
26
26
27
27
Run the following command to install the ``mongodb`` PHP extension:
28
28
29
29
.. code-block:: bash
30
30
31
31
sudo pecl install mongodb
32
32
33
- .. step:: Update your PHP Configuration File
33
+ .. step:: Update your PHP configuration file
34
34
35
35
To enable the ``mongodb`` extension, add the following line to your
36
36
``php.ini`` file:
You can’t perform that action at this time.
0 commit comments