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
{{ message }}
This repository was archived by the owner on Mar 15, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ If you're interested, you can still take a look at the [first version](https://g
39
39
* A powerful **reverse-proy** ([Traefik](https://traefik.io/)) which can handle automatic HTTPS (via [Let's Encrypt](https://letsencrypt.org/))
40
40
on your production environment
41
41
***Performance gains** on Mac and Windows using [Docker Sync](http://docker-sync.io/) or Docker for Mac's user-guided cache
42
+
***Lightweight** images, mostly based on Alpine
42
43
***Customizable** thanks to [Orbit](https://github.com/gulien/orbit)
43
44
44
45
And more to come! :smiley:
@@ -111,7 +112,11 @@ Now open your hosts file...
111
112
127.0.0.1 graylog.my-awesome-project.local
112
113
```
113
114
114
-
**Tip:** don't want to update your hosts file? Set `project.virtualhost.local` to `my-awesome-project.127.0.0.1.xip.io` in your `kickoff.yml` file. You're application will be available under https://www.my-awesome-project.127.0.0.1.xip.io/!
115
+
**Note:** Set `project.virtualhost.local` with your own virtual host in your `kickoff.yml` file, unless you wish to use
116
+
`my-awesome-project.local` of course :smile:.
117
+
118
+
**Tip:** don't want to update your hosts file? Set `project.virtualhost.local` with `my-awesome-project.127.0.0.1.xip.io`
119
+
in your `kickoff.yml` file. You're application will be available under https://www.my-awesome-project.127.0.0.1.xip.io/!
115
120
116
121
Good :smiley:? We're now done with the configuration! :metal:
117
122
@@ -288,7 +293,8 @@ have to update it according to the PHP framework you wish to use.
288
293
289
294
Your PHP application will be accessible under https://my-awesome-project.local/ and https://www.my-awesome-project.local/.
290
295
291
-
**Installed PHP extensions:** apcu, bcmath, gd, intl, mbstring, mcrypt, pdo_mysql, phpredis, opcache, xdebug (`local` environement only!) and zip
0 commit comments