File tree Expand file tree Collapse file tree 4 files changed +1
-238
lines changed Expand file tree Collapse file tree 4 files changed +1
-238
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ contributing/ export-ignore
15
15
.nojekyll export-ignore export-ignore
16
16
CODE_OF_CONDUCT.md export-ignore
17
17
CONTRIBUTING.md export-ignore
18
- Vagrantfile.dist export-ignore
19
18
20
19
# They don't want our test files
21
20
tests /AutoReview / export-ignore
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Changes
29
29
- Fixed: Validation of fields with a leading asterisk (wildcard).
30
30
- Now ``CLIRequest::isCLI() `` always returns true.
31
31
- Now ``IncommingRequest::isCLI() `` always returns false.
32
+ - **Vagrantfile.dist ** has been moved to `CodeIgniter DevKit <https://github.com/codeigniter4/devkit >`_.
32
33
33
34
Deprecations
34
35
************
Original file line number Diff line number Diff line change @@ -260,40 +260,6 @@ Setting Environment
260
260
261
261
See :ref: `Handling Multiple Environments <environment-nginx >`.
262
262
263
- Hosting with Vagrant
264
- ====================
265
-
266
- Virtualization is an effective way to test your webapp in the environment you
267
- plan to deploy on, even if you develop on a different one.
268
- Even if you are using the same platform for both, virtualization provides an
269
- isolated environment for testing.
270
-
271
- The codebase comes with a ``VagrantFile.dist ``, that can be copied to ``VagrantFile ``
272
- and tailored for your system, for instance enabling access to specific database or caching engines.
273
-
274
- Setting Up
275
- ----------
276
-
277
- It assumes that you have installed `VirtualBox <https://www.virtualbox.org/wiki/Downloads >`_ and
278
- `Vagrant <https://www.vagrantup.com/downloads.html >`_
279
- for your platform.
280
-
281
- The Vagrant configuration file assumes you have set up a `ubuntu/bionic64 Vagrant box
282
- <https://app.vagrantup.com/ubuntu/boxes/bionic64> `_ on your system::
283
-
284
- vagrant box add ubuntu/bionic64
285
-
286
- Testing
287
- -------
288
-
289
- Once set up, you can then launch your webapp inside a VM, with the command::
290
-
291
- vagrant up
292
-
293
- Your webapp will be accessible at ``http://localhost:8080 ``, with the code coverage
294
- report for your build at ``http://localhost:8081 `` and the user guide for
295
- it at ``http://localhost:8082 ``.
296
-
297
263
Bootstrapping the App
298
264
=====================
299
265
You can’t perform that action at this time.
0 commit comments