Skip to content

Commit 5422819

Browse files
committed
start on updating running docs
1 parent e20e192 commit 5422819

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

user_guide_src/source/installation/running.rst

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Running Your App
33
################
44

55
A CodeIgniter 4 app can be run in a number of different ways: using a web server,
6-
using virtualization, or using PHP's built-in server. This section addresses how to use
6+
using virtualization, or using CodeIgniter's command line tool for testing.
7+
This section addresses how to use
78
each technique, and explains some of the pros and cons of them.
89

910
Initial Configuration & Setup
@@ -28,17 +29,27 @@ to "develop".
2829
Hosting with Apache
2930
=================================================
3031

31-
Directions coming with the next release.
32+
Directions coming soon.
3233

3334
Hosting with NGINX
3435
=================================================
3536

36-
Directions coming with the next release.
37+
Directions coming soon.
3738

3839
Hosting with Vagrant
3940
=================================================
4041

41-
Directions coming with the next release.
42+
Directions coming soon.
43+
44+
Hosting with Docker
45+
=================================================
46+
47+
Directions coming soon.
48+
49+
Hosting on the Cloud
50+
=================================================
51+
52+
Directions coming soon.
4253

4354
Local Development Server
4455
=================================================
@@ -60,7 +71,7 @@ all *nix-type systems (include OS X) will typically keep the file at **/etc/host
6071

6172
The local development server can be customized with three command line options:
6273

63-
- Once that is done you can use the ``--host`` CLI option to specify a different host to run the application at::
74+
- You can use the ``--host`` CLI option to specify a different host to run the application at::
6475

6576
> php spark serve --host=example.dev
6677

0 commit comments

Comments
 (0)