@@ -3,7 +3,8 @@ Running Your App
33################
44
55A 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
78each technique, and explains some of the pros and cons of them.
89
910Initial Configuration & Setup
@@ -28,17 +29,27 @@ to "develop".
2829Hosting with Apache
2930=================================================
3031
31- Directions coming with the next release .
32+ Directions coming soon .
3233
3334Hosting with NGINX
3435=================================================
3536
36- Directions coming with the next release .
37+ Directions coming soon .
3738
3839Hosting 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
4354Local Development Server
4455=================================================
@@ -60,7 +71,7 @@ all *nix-type systems (include OS X) will typically keep the file at **/etc/host
6071
6172The 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