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

Improved "Setup" backlinks to "Get an account" #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions linkeddatahub/docs/get-started/setup.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ OWNER_COUNTRY_NAME=DK</pre>
</li>
<li>Setup SSL certificates/keys by running this from command line (replace <code>$owner_cert_pwd</code> and <code>$secretary_cert_pwd</code> with your own passwords):
<pre>./scripts/setup.sh .env ssl $owner_cert_pwd $secretary_cert_pwd 3650</pre>
The script will create an `ssl` sub-folder where the SSL certificates and/or public keys will be placed.
The script will create an <samp>ssl</samp> sub-folder where the SSL certificates and public keys will be placed.<br></br>
In order to authenticate with LinkedDataHub as the owner, you will need to use the owner's
keystore (in the browser) or the public key (on the command line). See <a href="../get-an-account/">usage instructions</a>.
</li>
<li>Run this from command line:
<pre>docker-compose up --build</pre>
Expand All @@ -73,7 +75,6 @@ OWNER_COUNTRY_NAME=DK</pre>
</ol>
</li>
</ol>
<p>You are now the owner of this LinkedDataHub instance; <samp>certs/owner.p12</samp> is your WebID certificate. Password is the <samp>OWNER_KEY_PASSWORD</samp> value.</p>
<p>After a successful startup, the last line of the Docker log should read:</p>
<pre>linkeddatahub_1 | 02-Feb-2020 02:02:20.200 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 3420 ms</pre>
</div>
Expand Down