You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-10
Original file line number
Diff line number
Diff line change
@@ -62,14 +62,14 @@ folders:
62
62
63
63
64
64
#### Ubuntu
65
-
By default, DevBox uses Ubuntu 16.04. To use a different version, add the `ubuntu` property. Supported versions are `14.04` and `16.04`.
65
+
By default, DevBox uses Ubuntu 16.04. To use a different version, add the `ubuntu` property. Supported versions are `14.04` and `16.04`.
66
66
```yaml
67
67
ubuntu: "14.04"
68
68
```
69
69
70
70
71
71
#### Webserver
72
-
By default, DevBox uses Nginx as the web server. To use a different web server, add the `webserver` property. Supported servers are `nginx` and `apache`.
72
+
By default, DevBox uses Nginx as the web server. To use a different web server, add the `webserver` property. Supported servers are `nginx` and `apache`.
73
73
```yaml
74
74
webserver: apache
75
75
```
@@ -123,17 +123,17 @@ sites:
123
123
```
124
124
**Note**: PHP version 5.5 is also supported for legacy systems. Add `5` to the `php` sites property.
125
125
126
-
The url must be added to your machines `hosts` file. Example:
126
+
The url must be added to your machines `hosts` file. Example:
127
127
```
128
128
192.168.22.18 site1.test
129
129
192.168.22.18 site2.test
130
130
```
131
131
132
-
A self-signed SSL certificate is created for each site, so sites can be accessed via HTTP and HTTPS.
132
+
A self-signed SSL certificate is created for each site, so sites can be accessed via HTTP and HTTPS.
133
133
134
134
135
135
#### MySQL
136
-
By default, DevBox uses MySQL 5.7. To install an alternative version, add the `mysql` property. Supported versions are `5.5`, `5.6` and `5.7`.
136
+
By default, DevBox uses MySQL 5.7. To install an alternative version, add the `mysql` property. Supported versions are `5.5`, `5.6` and `5.7`.
137
137
```yaml
138
138
mysql: "5.5"
139
139
```
@@ -177,8 +177,5 @@ A number of default bash aliases are created for the VM. These can be found in t
177
177
178
178
### Other software included
179
179
- Git
180
-
- NVM and Node with the following global packages:
0 commit comments