Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jeremie TISSERAND
couchbase
Commits
23a0c583
Commit
23a0c583
authored
May 09, 2018
by
Jeremie TISSERAND
Browse files
Create README
parent
fc53014b
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
23a0c583
# Article server
## Prerequisites
Have the following software installed :
-
docker
-
docker-compose
-
java 8
## Launch the application
In the root application folder type
`docker-compose up`
and then
`./mvnw spring-boot:run`
## Connect to the app
### Application
[
http://localhost:8080
](
)
### Couchbase server
[
http://localhost:8091
](
)
Login credentials : admin / adminadmin
### Sync gateway
[
http://localhost:4985/_admin/
](
)
docker-compose.yml
View file @
23a0c583
...
...
@@ -62,6 +62,8 @@ services:
\"
bucket
\"
:
\"
${BUCKET_NAME}
\"
,
\"
username
\"
:
\"
${SECURITY_USER}
\"
,
\"
password
\"
:
\"
${SECURITY_PWD}
\"
,
\"
enable_shared_bucket_access
\"
:
true,
\"
import_docs
\"
:
\"
continuous
\"
,
\"
users
\"
:
{
\"
admin
\"
:
{
\"
password
\"
:
\"
adminadmin
\"
,
\"
admin_channels
\"
:
[
\"
*
\"
]},
\"
test
\"
:
{
\"
password
\"
:
\"
test
\"
,
\"
admin_channels
\"
:
[
\"
CHANNEL_test
\"
]}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment