Skip to content
Snippets Groups Projects
Commit 23a0c583 authored by Jeremie TISSERAND's avatar Jeremie TISSERAND
Browse files

Create README

parent fc53014b
No related branches found
No related tags found
No related merge requests found
# 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/]()
...@@ -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\"]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment