Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed readme file #63

Merged
merged 1 commit into from
Dec 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ Then in the project root folder create the following directories with the proper
````bash
# for the pg-admin volume
mkdir -p volumes/pg-admin-data
sudo chown 5050:5050 volumes/pg-admin-data

# for the kafka volume

mkdir -p volumes/kafka
sudo chown 1001:1001 volumes/kafka
````

You can now access the database GUI with your browser:
Expand All @@ -44,7 +42,7 @@ Here you can configure the connection to the postgres instance:
#### Without test and update the running docker environment
(assuming the docker-compose setup is up and running)
````bash
./mvnw clean install -DskipTests; docker-compose up --build -d dancer
./mvnw clean install -DskipTests; docker-compose up --build
````
#### Building with tests
````bash
Expand Down
Loading