---
title: "SW JProjects installation in your Joomla - WebTolk websites development, Joomla Extensions"
description: "The installation process of the component as a whole does not differ from the typical installation of the Joomla extension."
url: "https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/sw-jprojects-installation-process"
date: "2026-06-09T16:49:32+00:00"
language: "en-GB"
---

# SW JProjects installation

SW JProjects - Documentation

**Category:** [Components](https://web-tolk.ru/en/dev/components)

[Project](https://web-tolk.ru/en/dev/components/sw-jprojects)[Versions](https://web-tolk.ru/en/dev/components/sw-jprojects/versions)[Documentation](https://web-tolk.ru/en/dev/components/sw-jprojects/documentation)[GitHub](https://github.com/WebTolk/SWJProjects)[JED](https://extensions.joomla.org/extensions/extension/authoring-a-content/content-construction/swjprojects/)

The installation process of the component as a whole does not differ from the typical installation of the Joomla extension.

## Installing the extension in Joomla

The component is installed and updated in the standard Joomla way through the extension manager. Go to `System - Installation - Extensions`.

![Joomla 5 admin panel - system](https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/images/development/joomla/components/com_swjprojects/docs/installation/01-en.webp)

Go back to the extension page on the site [https://web-tolk.ru](https://web-tolk.ru), right-click on the "download" button and select "copy link address". The download link well copy to the clipboard.

![Copy download link to Joomla extension](https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/images/development/joomla/components/com_swjprojects/docs/installation/02-en.webp)

In the extensions installation section, select the "Install by URL" tab and click "Check and Install". Alternatively, pre-download the zip archive and install it via the "Download and Install" tab.

![Joomla 5 installer tab - from url](https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/images/development/joomla/components/com_swjprojects/docs/installation/03-en.webp)

After successful installation, the message or welcome screen of the extension will be displayed.

![sw jprojects post install screen for joomla](https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/images/development/joomla/components/com_swjprojects/docs/installation/04-en.webp)

You can find the SW JProjects component in `left menu - Components - SW JProjects`.

![The SW JProjects component in the list of components in Joomla 5](https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/images/development/joomla/components/com_swjprojects/docs/installation/05-en.webp)

## JSON-LD Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://web-tolk.ru/en",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/en/dev",
                "name": "Joomla extensions"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/en/dev/components",
                "name": "Components"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "@id": "/en/dev/components/sw-jprojects",
                "name": "SW JProjects"
            }
        },
        {
            "@type": "ListItem",
            "position": 5,
            "item": {
                "@id": "/en/dev/components/sw-jprojects/documentation",
                "name": "Documentation"
            }
        },
        {
            "@type": "ListItem",
            "position": 6,
            "item": {
                "name": "SW JProjects installation"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://web-tolk.ru/#/schema/Organization/base",
            "name": "WebTolk",
            "url": "https://web-tolk.ru/",
            "logo": {
                "@type": "ImageObject",
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo",
                "url": "images/webtolk-1080p.jpg",
                "contentUrl": "images/webtolk-1080p.jpg",
                "width": 1920,
                "height": 1080
            },
            "image": {
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo"
            },
            "sameAs": [
                "https://github.com/WebTolk",
                "https://github.com/sergeytolkachyov",
                "https://vk.com/web_tolk",
                "https://vk.com/webtolkru",
                "https://tenchat.ru/sergeytolkachyov",
                "https://t.me/sergeytolkachyov",
                "https://t.me/webtolkru"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://web-tolk.ru/#/schema/WebSite/base",
            "url": "https://web-tolk.ru/",
            "name": "WebTolk websites development, Joomla Extensions",
            "publisher": {
                "@id": "https://web-tolk.ru/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://web-tolk.ru/#/schema/WebPage/base",
            "url": "https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/sw-jprojects-installation-process",
            "name": "SW JProjects installation in your Joomla - WebTolk websites development, Joomla Extensions",
            "description": "The installation process of the component as a whole does not differ from the typical installation of the Joomla extension.",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/TechArticle/base"
            },
            "inLanguage": "en-GB",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "TechArticle",
            "headline": "SW JProjects installation",
            "url": "https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/sw-jprojects-installation-process",
            "description": "The installation process of the component as a whole does not differ from the typical installation of the Joomla extension.",
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/en/dev/components/sw-jprojects/documentation/sw-jprojects-installation-process"
            }
        }
    ]
}
```
