Skip to content

Commit 1d62c1b

Browse files
committed
feat: move Vagrantfile.dist to Template/
1 parent d9e7811 commit 1d62c1b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,7 @@ Composer Unused does one thing: checks that your code actually uses the dependen
146146
have included via Composer. It can be easy to forget to update your **composer.json** when
147147
your code drops a dependency, so this workflow will help track those down.
148148

149-
## Example Files
150-
151-
Besides the template files, this repo includes some examples for integrating CodeIgniter
152-
with other third-party resources. These files (in **Examples/**) may change over time and
153-
should not be relied on for anything more than a reference for your own code.
154-
155-
## Hosting with Vagrant
149+
### Hosting with Vagrant
156150

157151
> **Note**
158152
> The `Vagrantfile.dist` is unmaintained. It does not work now.
@@ -163,10 +157,10 @@ plan to deploy on, even if you develop on a different one.
163157
Even if you are using the same platform for both, virtualization provides an
164158
isolated environment for testing.
165159

166-
The codebase comes with a **src/Vagrantfile.dist**, that can be copied to **Vagrantfile**
160+
The codebase comes with a **src/Template/Vagrantfile.dist**, that can be copied to **Vagrantfile**
167161
and tailored for your system, for instance enabling access to specific database or caching engines.
168162

169-
### Setting Up
163+
#### Setting Up
170164

171165
It assumes that you have installed [VirtualBox](https://www.virtualbox.org/wiki/Downloads) and
172166
[Vagrant](https://www.vagrantup.com/downloads.html)
@@ -178,7 +172,7 @@ The Vagrant configuration file assumes you have set up a [ubuntu/bionic64 Vagran
178172
> vagrant box add ubuntu/bionic64
179173
```
180174

181-
### Testing
175+
#### Testing
182176

183177
Once set up, you can then launch your webapp inside a VM, with the command:
184178

@@ -189,3 +183,9 @@ Once set up, you can then launch your webapp inside a VM, with the command:
189183
Your webapp will be accessible at http://localhost:8080, with the code coverage
190184
report for your build at http://localhost:8081 and the user guide for
191185
it at http://localhost:8082.
186+
187+
## Example Files
188+
189+
Besides the template files, this repo includes some examples for integrating CodeIgniter
190+
with other third-party resources. These files (in **Examples/**) may change over time and
191+
should not be relied on for anything more than a reference for your own code.
File renamed without changes.

0 commit comments

Comments
 (0)