Difference between revisions of "Applications"
From AgileApps Support Wiki
imported>Aeric |
Wikidevuser (talk | contribs) Β |
||
(31 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>''' | <noinclude>'''Configuration''' > '''Administration''' > '''Applications''' | ||
This | This page lists applications that are installed and ready to use. It also lets you create and delete applications. | ||
</noinclude> | </noinclude> | ||
== | ===Install an Application=== | ||
;Installing from the Community Marketplace: | |||
# Go to '''Configuration''' and click '''Help''' on the left navigation pane. | |||
# Click '''Marketplace'''. | |||
# Select an application category in the sidebar. | |||
# Click an Application package to view it's description, frequently asked questions, and other information to help guide your selection. | |||
# Click '''Install'''. | |||
# Click through the user agreement to install the package. | |||
# | |||
# | |||
;Installing from the Application Catalog: | |||
In some platform installations, enabling the Community Marketplace is impractical. In those installations, pre-defined packages are displayed in the application catalog: | |||
# Go to '''Configuration''' > '''Administration''' > '''Applications'''. | |||
# Click '''Create New Application'''. | |||
# Click the tab: '''Create Using Template'''. A list of applications is displayed, along with their descriptions. | |||
# Click the '''Install''' button adjacent to the package you want. | |||
# Click through the user agreement to install the package. | |||
===Application | ===Create an Application=== | ||
# Go to '''Configuration''' > '''Administration''' > '''Applications'''. | |||
Β | # Click '''Create New Application'''. | ||
# Choose one of the application-creation options: | |||
#* '''Create Using Template''' | |||
Β | #* '''Create By Import''' | ||
#* '''Create Using Wizard''' | |||
#:''Learn more:'' | |||
#:* [[What kind of application do you need?]] | |||
#:* [[Application Construction Wizard]] | |||
Β | |||
:: | |||
Β | |||
: | |||
Β | |||
: | |||
Β | |||
Β | |||
Β | |||
=== Modify Application Settings === | |||
To modify an application: | |||
# Go to '''[[File:GearIcon.png]] > Administration > Applications''' | |||
# Click the application name. | |||
# Modify it's settings: | |||
#:;Name: The name appears in the application list and in the title bar, when the application is running. | |||
#:;Description: Describe the application for prospective users. | |||
=== | === Customize an Application === | ||
To customize an application: | |||
# Select it from the dropdown list of applications that appears next to your login name at the top of the page. | |||
#:The application begins running. | |||
# Use entries in the [[Gear menu]] to make changes. | |||
#:The entries available to you depend on your privileges. | |||
#:Any changes you make are immediately effective in the application. | |||
To | ===Delete an Application=== | ||
To delete an application: | |||
# Go to '''[[File:GearIcon.png]] > Administration > Applications''' | |||
# Click on the application you intend to delete. | |||
#: The application settings page appears. | |||
# Click '''[Delete]''' | |||
===Programmatic Adjustments=== | |||
Although it is unlikely that you will ever need it, the REST [[REST API:application Resource|application]] API can also be used to modify application settings. | |||
<noinclude> | <noinclude> | ||
[[Category:Applications]] | [[Category:Applications]] | ||
</noinclude> | </noinclude> |
Latest revision as of 09:44, 9 August 2023
Configuration > Administration > Applications
This page lists applications that are installed and ready to use. It also lets you create and delete applications.
Install an Application
- Installing from the Community Marketplace
- Go to Configuration and click Help on the left navigation pane.
- Click Marketplace.
- Select an application category in the sidebar.
- Click an Application package to view it's description, frequently asked questions, and other information to help guide your selection.
- Click Install.
- Click through the user agreement to install the package.
- Installing from the Application Catalog
In some platform installations, enabling the Community Marketplace is impractical. In those installations, pre-defined packages are displayed in the application catalog:
- Go to Configuration > Administration > Applications.
- Click Create New Application.
- Click the tab: Create Using Template. A list of applications is displayed, along with their descriptions.
- Click the Install button adjacent to the package you want.
- Click through the user agreement to install the package.
Create an Application
- Go to Configuration > Administration > Applications.
- Click Create New Application.
- Choose one of the application-creation options:
- Create Using Template
- Create By Import
- Create Using Wizard
Modify Application Settings
To modify an application:
- Go to > Administration > Applications
- Click the application name.
- Modify it's settings:
- Name
- The name appears in the application list and in the title bar, when the application is running.
- Description
- Describe the application for prospective users.
Customize an Application
To customize an application:
- Select it from the dropdown list of applications that appears next to your login name at the top of the page.
- The application begins running.
- Use entries in the Gear menu to make changes.
- The entries available to you depend on your privileges.
- Any changes you make are immediately effective in the application.
Delete an Application
To delete an application:
- Go to > Administration > Applications
- Click on the application you intend to delete.
- The application settings page appears.
- Click [Delete]
Programmatic Adjustments
Although it is unlikely that you will ever need it, the REST application API can also be used to modify application settings.