Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 56e66ac

Browse files
committed
chore: clarify stop/restart instructions
1 parent 5d87bbd commit 56e66ac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,19 @@ Once you have the database, appserver, and browser tiers of the application conf
114114

115115
### Restarting the Two Tiers
116116

117-
To stop and restart the middle tier App Server, from its terminal window:
117+
* To stop and restart the middle tier App Server, press `Control+C`
118+
* To restart,
119+
* `cd marklogic-samplestack/appserver/java-spring
120+
* `./gradlew bootrun`
118121
119-
* (press `Control+C`)
120-
* marklogic-samplestack/appserver/java-spring> `./gradlew bootrun`
121-
122-
To stop and restart the browser tier, from its terminal window:
123-
124-
* (press `Control+C`)
125-
* marklogic-samplestack/browser> `gulp run`
122+
* To stop the browser tier, press `Control+C`
123+
* To restart,
124+
* `cd marklogic-samplestack/browser`
125+
* `gulp run`
126126
127127
### Next Steps
128128
* Explore the application running at http://localhost:3000.
129-
* Use the login credentials `[email protected]`, password `joesPassword` to view and search content restricted to the Contributor role.
129+
* Use the login credentials `[email protected]`, password `joesPassword` to view and search content restricted to the Contributor role.
130130
* Explore the README in the database, appserver and browser directories for details on each tier.
131131
* View the database configuration by visiting http://localhost:8001.
132132
* Explore the database contents using Query Console. Go to http://localhost:8000/qconsole, select the `samplestack` database, and click Explore.

0 commit comments

Comments
 (0)