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
+5
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@ This environment is build for Dockerfile.
18
18
Get the Dockerfile from `https://github.com/webstream-framework/Build.git` and execute command `docker build`.
19
19
Otherwise, Get the Docker image from `https://hub.docker.com/u/webstream/` and build.
20
20
21
+
## dev
22
+
Develop applications in this environment.
23
+
Middleware consists of docker, source code is synchronized from the host machine by rsync and transferred to the docker container.
24
+
There is also an environment created by Vagrant, but already not use settings (deprecated).
25
+
21
26
## test
22
27
This environment is unit test and integration test for WebStream.
23
28
The unit test is to use `PHPUnit`. The integration test also use `PHPUnit`, using the docker container when http access and database access is required.
0 commit comments