This is an automated email from the ASF dual-hosted git repository.
dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new b59f3ac GEODE-5671 Correct bullet list format on "Configuring a
Client/Server System" page
b59f3ac is described below
commit b59f3acb7d768df72a78646754d199b6e8222b6b
Author: Dave Barnes <[email protected]>
AuthorDate: Thu Aug 30 16:12:40 2018 -0700
GEODE-5671 Correct bullet list format on "Configuring a Client/Server
System" page
---
.../cs_configuration/setting_up_a_client_server_system.html.md.erb | 1 +
1 file changed, 1 insertion(+)
diff --git
a/geode-docs/topologies_and_comm/cs_configuration/setting_up_a_client_server_system.html.md.erb
b/geode-docs/topologies_and_comm/cs_configuration/setting_up_a_client_server_system.html.md.erb
index 95621cd..7bdeaa5 100644
---
a/geode-docs/topologies_and_comm/cs_configuration/setting_up_a_client_server_system.html.md.erb
+++
b/geode-docs/topologies_and_comm/cs_configuration/setting_up_a_client_server_system.html.md.erb
@@ -22,6 +22,7 @@ limitations under the License.
Configure your server and client processes and data regions to run your
client/server system.
**Prerequisites**
+
- Configure your server system using locators for member discovery. See
[Configuring Peer-to-Peer
Discovery](../p2p_configuration/setting_up_a_p2p_system.html) and [Managing a
Peer or Server
Cache](../../basic_config/the_cache/managing_a_peer_server_cache.html#creating_and_closing_a_peer_cache).
- Configure your clients as standalone applications. See [Managing a Client
Cache](../../basic_config/the_cache/managing_a_client_cache.html#managing_a_client_cache).
- Be familiar with cache region configuration. See [Data
Regions](../../basic_config/data_regions/chapter_overview.html#data_regions).