Skip to content

Commit

Permalink
Updates to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
douglm committed Oct 2, 2024
1 parent 67f278d commit ffa1b59
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 147 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3970,8 +3970,8 @@ <h5 id="_configure_postgresql">Configure postgresql</h5>
<div class="listingblock">
<div class="content">
<pre>\c caldb
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO bw;
grant all privileges on database caldb to bw;</pre>
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO bedework;
grant all privileges on database caldb to bedework;</pre>
</div>
</div>
<div class="paragraph">
Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/deployers/databases.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ create database caldb owner bedework;
Some or all of the following seems to be required. Note it also seems to be important to connect to the database first:
----
\c caldb
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO bw;
grant all privileges on database caldb to bw;
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO bedework;
grant all privileges on database caldb to bedework;
----

Set the hibernate dialect in the config file:
Expand Down
7 changes: 6 additions & 1 deletion src/main/asciidoc/deployers/featurepack-install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,23 @@ This will install a version of wildfly with bedework with a full set
of demonstration clients. A demo version of opensearch and apacheds
will also be included.

These steps have been tested on a mac and on the latest LTS linux.
These steps have been tested on a mac and on the latest LTS linux. Any examples are for Ubuntu.

NOTE: If this fails, and you are going to retry I suggest first
remove the wildfly directory created when running galleon
before retrying.

* Install jdk 17
----
apt install openjdk-17-jdk
----

* In window 1 - Create a directory and cd into it.

* Download galleon
----
wget https://github.com/wildfly/galleon/releases/download/5.2.2.Final/galleon-5.2.2.Final.zip
----
and unzip.

* run galleon to install - this is all one command:
Expand Down
141 changes: 0 additions & 141 deletions src/main/asciidoc/deployers/installing-quickstart.adoc

This file was deleted.

1 change: 0 additions & 1 deletion src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ include::{sometime-dir}sometime.adoc[]
== Deployers
include::{deployer-dir}featurepack-install.adoc[]
include::{deployer-dir}installing.adoc[]
include::{deployer-dir}installing-quickstart.adoc[]
include::{deployer-dir}deploying-servers.adoc[]
include::{deployer-dir}configure-wildfly.adoc[]
include::{deployer-dir}keycloak-saml.adoc[]
Expand Down

0 comments on commit ffa1b59

Please sign in to comment.