Installation

Add repository path git@git.w-4.ch:w4servicesgmbh/communitynet-product/w4_communitynet.git to your application composer.json file

"repositories": [
    {
        "type": "vcs",
        "url": "git@git.w-4.ch:w4servicesgmbh/communitynet-product/w4_communitynet.git"
    }
],

then install this via composer :

composer require w4services/w4_communitynet

in a TYPO3 v11.5+ installation.

Update the database scheme

Open your TYPO3 backend with system maintainer permissions.

In the module menu to the left navigate to Admin Tools > Maintenance, then click on Analyze database and create all.

../_images/AnalyzeDatabase.png

Clear all caches

In the same module Admin Tools > Maintenance you can also conveniently clear all caches by clicking the button Flush cache.

../_images/FlushCache.png