Skip to content

Commit b8c3ff0

Browse files
committed
docs: add initial configuration
It is required.
1 parent c746b49 commit b8c3ff0

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

user_guide_src/source/installation/installing_composer.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ A sample such installation command, using the default project-root "appstarter":
5252

5353
> composer create-project codeigniter4/appstarter --no-dev
5454

55-
After installation you should follow the steps in the "Upgrading" section.
55+
Initial Configuration
56+
---------------------
57+
58+
After installation, a few initial configuration is required.
59+
See :ref:`initial-configuration` for the detail.
5660

5761
.. _app-starter-upgrading:
5862

@@ -148,6 +152,12 @@ Copy the ``env``, ``phpunit.xml.dist`` and ``spark`` files, from
148152
You will have to adjust the system path to refer to the vendor one, e.g., ``ROOTPATH . '/vendor/codeigniter4/framework/system'``,
149153
- the ``$systemDirectory`` variable in **app/Config/Paths.php**
150154

155+
Initial Configuration
156+
---------------------
157+
158+
A few initial configuration is required.
159+
See :ref:`initial-configuration` for the detail.
160+
151161
.. _adding-codeigniter4-upgrading:
152162

153163
Upgrading

user_guide_src/source/installation/installing_manual.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ and extract it to become your project root.
2626
The symbols that can be used are ``/``, ``_``, ``.``, ``:``, ``\`` and space.
2727
So if you install CodeIgniter under the folder that contains the special characters like ``(``, ``)``, etc., CodeIgniter won't work.
2828

29-
Setting Up
29+
Initial Configuration
3030
=====================
3131

32-
None
32+
After installation, a few initial configuration is required.
33+
See :ref:`initial-configuration` for the detail.
3334

3435
.. _installing-manual-upgrading:
3536

user_guide_src/source/installation/running.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This section addresses how to use each technique, and explains some of the pros
1212
If you're new to CodeIgniter, please read the :doc:`Getting Started </intro/index>`
1313
section of the User Guide to begin learning how to build dynamic PHP applications. Enjoy!
1414

15+
.. _initial-configuration:
16+
1517
Initial Configuration
1618
=====================
1719

0 commit comments

Comments
 (0)