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 Nov 28, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,12 +129,16 @@ Configuration for each web server is put in subdirectories in the ``webservers/`
129
129
130
130
## Execution
131
131
132
-
* Three instances running CentOS 7 x86_64 are needed to execute the tests, each which fulfills the role of the *consumer*, *gateway* or *webserver*.
132
+
### Environment specifications
133
+
134
+
* Three instances running CentOS 7 x86_64. Each of them service the purpose of ``consumer``, ``gateway`` or ``webserver``.
135
+
* Each host should be configured with ``/etc/hosts`` properly set with entries for ``consumer``, ``gateway`` and ``webserver`` for consistent host mapping in different environments.
133
136
* Selinux should be disabled.
134
137
* The EPEL7 repository should be enabled.
135
138
* Root access is required.
139
+
* This git repository cloned to */opt/benchmarks*.
0 commit comments