Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
couchbase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jeremie TISSERAND
couchbase
Commits
23a0c583
Commit
23a0c583
authored
6 years ago
by
Jeremie TISSERAND
Browse files
Options
Downloads
Patches
Plain Diff
Create README
parent
fc53014b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+35
-0
35 additions, 0 deletions
README.md
docker-compose.yml
+2
-0
2 additions, 0 deletions
docker-compose.yml
with
37 additions
and
0 deletions
README.md
0 → 100644
+
35
−
0
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/
](
)
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
2
−
0
View file @
23a0c583
...
@@ -62,6 +62,8 @@ services:
...
@@ -62,6 +62,8 @@ services:
\"
bucket
\"
:
\"
${BUCKET_NAME}
\"
,
\"
bucket
\"
:
\"
${BUCKET_NAME}
\"
,
\"
username
\"
:
\"
${SECURITY_USER}
\"
,
\"
username
\"
:
\"
${SECURITY_USER}
\"
,
\"
password
\"
:
\"
${SECURITY_PWD}
\"
,
\"
password
\"
:
\"
${SECURITY_PWD}
\"
,
\"
enable_shared_bucket_access
\"
:
true,
\"
import_docs
\"
:
\"
continuous
\"
,
\"
users
\"
:
{
\"
users
\"
:
{
\"
admin
\"
:
{
\"
password
\"
:
\"
adminadmin
\"
,
\"
admin_channels
\"
:
[
\"
*
\"
]},
\"
admin
\"
:
{
\"
password
\"
:
\"
adminadmin
\"
,
\"
admin_channels
\"
:
[
\"
*
\"
]},
\"
test
\"
:
{
\"
password
\"
:
\"
test
\"
,
\"
admin_channels
\"
:
[
\"
CHANNEL_test
\"
]}
\"
test
\"
:
{
\"
password
\"
:
\"
test
\"
,
\"
admin_channels
\"
:
[
\"
CHANNEL_test
\"
]}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment