Skip to content

Commit ed18eac

Browse files
Regenerate the updated readme
1 parent 25f92dc commit ed18eac

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.adoc

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -153,23 +153,9 @@ the `.mvn` configuration, so if you find you have to do it to make a
153153
build succeed, please raise a ticket to get the settings added to
154154
source control.
155155

156-
For hints on how to build the project look in `.travis.yml` if there
157-
is one. There should be a "script" and maybe "install" command. Also
158-
look at the "services" section to see if any services need to be
159-
running locally (e.g. mongo or rabbit). Ignore the git-related bits
160-
that you might find in "before_install" since they're related to setting git
161-
credentials and you already have those.
162-
163-
The projects that require middleware generally include a
164-
`docker-compose.yml`, so consider using
165-
https://docs.docker.com/compose/[Docker Compose] to run the middeware servers
166-
in Docker containers. See the README in the
167-
https://github.com/spring-cloud-samples/scripts[scripts demo
168-
repository] for specific instructions about the common cases of mongo,
169-
rabbit and redis.
170-
171-
NOTE: If all else fails, build with the command from `.travis.yml` (usually
172-
`./mvnw install`).
156+
The projects that require middleware (i.e. Redis) for testing generally
157+
require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
158+
173159

174160
=== Documentation
175161

0 commit comments

Comments
 (0)