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 May 30, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The setup instructions assume you have the `git`, `javac`, `node`, `bower`, and
31
31
The setup procedure may install additional software, such as Gradle and Angular.
32
32
33
33
## Getting Started
34
-
Follow this procedure to set up samplestack in your environment.
34
+
Follow this procedure to set up Samplestack in your environment.
35
35
36
36
1. Install MarkLogic 8 Early Access. See http://ea.marklogic.com/download.
37
37
@@ -50,7 +50,7 @@ Follow this procedure to set up samplestack in your environment.
50
50
### Setting Up the Middle and Database Tiers
51
51
The setup assume you have MarkLogic Server running on your localhost and that your Admin user credentials are admin:admin. To change this, modify `appserver/java-spring/gradle.properties`.
52
52
53
-
To install required software, configure, and build the Java middle tier and database tier of samplestack, run the following commands from the root of your cloned repository:
53
+
To install required software, configure, and build the Java middle tier and database tier of Samplestack, run the following commands from the root of your cloned repository:
54
54
55
55
```bash
56
56
cd appserver/java-spring
@@ -63,7 +63,7 @@ If the command fails such that you need to run it again, run the following comma
63
63
./gradlew dbteardown
64
64
```
65
65
66
-
This command will not return. When you see output of the following form, the mi ddle tier is running, and you can proceed with the browser tier setup:
66
+
This command will not return. When you see output of the following form, the middle tier is running, and you can proceed with the browser tier setup:
67
67
```
68
68
Started Application in X seconds...
69
69
>Building 85% > :bootRun
@@ -80,7 +80,7 @@ The middle tier App Server runs on port 8090 by default. Visit http://localhost:
80
80
*For details, see the [README in the appserver/java-spring directory](appserver/java-spring/README.md)*
81
81
82
82
### Setting Up the Browser Tier
83
-
Use the following procedure To install required software and bootstrap the samplestack browser tier. You should already have the middle and database tiers running.
83
+
Use the following procedure to install required software and bootstrap the Samplestack browser tier. You should already have the middle and database tiers running.
84
84
85
85
For detailed instructions and troubleshooting, see the [README in the browser directory](browser/README.md).
86
86
@@ -120,15 +120,16 @@ gulp run
120
120
121
121
### Next Steps
122
122
* Explore the application running at http://localhost:3000.
123
+
** Use the login credentials [email protected], password joesPassword to view and search content restricted to the Contributor role.
123
124
* Explore the README in the database, appserver and browser directories for details on each tier.
124
125
* View the database configuration by visiting http://localhost:8001.
125
-
* Explore the database contents using Query Console. Go to http://localhost:8000/qconsole, selectthe samplestack database, and click Explore.
126
+
* Explore the database contents using Query Console. Go to http://localhost:8000/qconsole, selectthe`samplestack` database, and click Explore.
126
127
127
128
## Additional Information
128
129
For more information, see the following:
129
130
* README for the [database](database/README.md), [appserver](appserver/java-spring/README.md), and [browser](browser/README.md) tier.
130
-
* [Samplestack wiki](wiki).
131
-
* [MarkLogic product documentation](http://docs-ea.marklogic.com). The credentials are available on the MarkLogic EA download page.
0 commit comments