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

Update modules page for the new marketplace #111

Closed
wants to merge 1 commit into from
Closed
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
11 changes: 4 additions & 7 deletions docs/admin/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,17 @@ title: Modules & Marketplace

## Module Installation

Modules can be easily installed and updated via the integrated Marketplace.
Modules can be easily installed and updated via the integrated Marketplace: top right "User account menu" -> `Marketplace`

`Administration` -> `Modules` -> `Browse Online`

Own custom modules or modules that are not available in the official Marketplace can also be unpacked directly into the `protected/modules` folder.
Own custom modules or modules that are not available in the official Marketplace can also be unpacked directly into the `protected/modules` folder, but it is recommended to use a separated path ([see Module Loader Path](https://docs.humhub.org/docs/develop/environment#module-loader-path)).
In this case, however, the database migrations at the page `Administration` -> `Information` -> `Database` page must also be performed.


## Purchased Modules

Purchased modules can be activated via the `Marketplace` page -> top right "Gear" button -> "Add licence Key".

Purchased modules can be activated via the `Administration` -> `Modules` -> `Purchase` page.

They are then available for installation in the `Browse Online` tab.
They are then available for installation.


## Firewall / Whitelist
Expand Down