-
Notifications
You must be signed in to change notification settings - Fork 23
DOCTEAM- 2167 Cockpit Applications #644
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ed34b36
Added new topics for Applications.
harneshalaka 0291ea8
Added new topics for Applications.
harneshalaka f75ab17
Fixed validation errors.
harneshalaka 7b66cfd
Apply suggestions from code review
harneshalaka 30b4640
Fixed feedback on cockpit-applicaions section.
harneshalaka 3bf8f05
Merge branch 'sharne/2167-cockpit-applications' of github.com:SUSE/do…
harneshalaka 0437e01
Editorial changes.
harneshalaka 48234ed
Apply suggestions from code review
harneshalaka 6a27eaf
Fixed feedback from Jana.
harneshalaka 84fcc42
Apply suggestions from code review
harneshalaka a0380b5
Merge branch 'main' into sharne/2167-cockpit-applications
harneshalaka 27d0f7e
Updated managing applications section.
harneshalaka 42ac3ff
Updated description based on suggestion.
harneshalaka 548d54b
Updated description based on suggestion.
harneshalaka 348100a
Apply suggestions from code review
harneshalaka a16d58f
Fixed editorial feedback.
harneshalaka c82bc65
Fixed editorial feedback.
harneshalaka 71189f5
Update concepts/cockpit-applications.xml
harneshalaka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!DOCTYPE topic | ||
| [ | ||
| <!ENTITY % entities SYSTEM "../common/generic-entities.ent"> | ||
| %entities; | ||
| ]> | ||
| <!-- refers to legacy doc: <add github link to legacy doc piece, if applicable> --> | ||
| <!-- point back to this document with a similar comment added to your legacy doc piece --> | ||
| <!-- refer to README.md for file and id naming conventions --> | ||
| <!-- metadata is dealt with on the assembly level --> | ||
| <topic xml:id="concept-cockpit-applications" | ||
| role="concept" xml:lang="en" | ||
| xmlns="http://docbook.org/ns/docbook" version="5.2" | ||
| xmlns:its="http://www.w3.org/2005/11/its" | ||
| xmlns:xi="http://www.w3.org/2001/XInclude" | ||
| xmlns:xlink="http://www.w3.org/1999/xlink" | ||
| xmlns:trans="http://docbook.org/ns/transclusion"> | ||
| <info> | ||
| <title>Managing applications using &cockpit;</title> | ||
| <meta name="maintainer" content="shalaka.harne@suse.com" its:translate="no"/> | ||
| <abstract> | ||
| <para> | ||
| &cockpit; allows you to view and remove the applications installed in &productname;. | ||
| </para> | ||
| </abstract> | ||
| </info> | ||
| <para> | ||
| The <guilabel>Applications</guilabel> tab lists the modules enabled in the &cockpit; web interface side pane. Adding an application adds a new page to the sidebar that allows you to manage a complex system service (like Firewalls or Virtual Machines) through a visual interface instead of the command line. The applications such as <guimenu>Networking</guimenu>, <guimenu>Packages</guimenu>, <guimenu>Repositories</guimenu>, <guimenu>SELinux</guimenu>, and so on appear in the <guimenu>Applications</guimenu> page. If a service fails to start, the <guilabel>Applications</guilabel> page shows you the specific systemd error log on the screen. | ||
|
harneshalaka marked this conversation as resolved.
Outdated
|
||
| </para> | ||
| <para>If the <guilabel>Applications</guilabel> tab is empty or if any module name is missing, run the following command to refresh the packages</para> | ||
|
harneshalaka marked this conversation as resolved.
Outdated
|
||
| <screen>&prompt.sudo; zypper ref | ||
|
harneshalaka marked this conversation as resolved.
Outdated
|
||
| &prompt.sudo; systemctl restart cockpit.socket</screen> | ||
| <para>To view the list of installed applications, click <guimenu>Applications</guimenu> on the left pane. When you click an application name, the web interface displays the corresponding application tab.</para> | ||
|
harneshalaka marked this conversation as resolved.
Outdated
harneshalaka marked this conversation as resolved.
Outdated
|
||
| <para>To remove the application from &cockpit; click the <guimenu>Remove</guimenu> button corresponding to the application.</para> | ||
|
harneshalaka marked this conversation as resolved.
Outdated
|
||
| </topic> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.