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

Simplify installation of DAPS #581

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
17 changes: 3 additions & 14 deletions doc/xml/phrases-decl.ent
Original file line number Diff line number Diff line change
Expand Up @@ -161,27 +161,16 @@
<command>zypper</command> command.</para>
<procedure>
<title>Installing &dapsacr; via Zypper From &suse-dapsrepo;</title>
<step>
<para>Open a browser and enter the following URL: <ulink url="http://download.opensuse.org/repositories/Documentation:/Tools"></ulink></para>
</step>
<step>
<para>Select your distribution and product number to make the browser show the URL for the respective repository.</para>
</step>
<step>
<para>Copy the URL from the address bar.</para>
</step>
<step>
<para>Open a terminal.</para>
</step>
<step>
<para>Add the repository with the following zypper command:</para>
<screen>&prompt.root;<command>zypper ar -f <replaceable>URL</replaceable> &suse-dapsrepo;</command></screen>
<para>Replace <replaceable>URL</replaceable> with the URL you pasted from
your browser.</para>
<para>Add the &suse-dapsrepo; repository with the following zypper command:</para>
<screen>&prompt.root;<command>zypper addrepo --refresh obs://Documentation:Tool &suse-dapsrepo;</command></screen>
tomschr marked this conversation as resolved.
Show resolved Hide resolved
</step>
<step>
<para>Install &dapsacr; with the following zypper command:</para>
<screen>&prompt.root;<command>zypper in --from &suse-dapsrepo; daps</command></screen>
<screen>&prompt.root;<command>zypper install --from &suse-dapsrepo; daps</command></screen>
<para>In order to install &dapsacr; you have to trust the <systemitem>&suse-dapsrepo;</systemitem> repository.</para>
</step>
</procedure>
Expand Down