Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • stop all your containers

    Code Block
    languagebash
    docker kill $(docker ps -q)
  • move to environment folder

    Code Block
    languagebash
    cd ~/my-projects/projectWedia
  • start environment

    Code Block
    languagebash
    docker compose up

Init security settings

Security settings are initialized from the PACKAGED_Security plugin:

From <your wedia server>/admin/plugin/view?action=edit&name=PACKAGED_Security

  • Browse to Business Services tab

  • Open the swagger doc for com.wedia.packaged.security.extensions.PackagedSecurityAdminApi

  • Open /api/packaged/admin/security/update

  • Click Try it out

  • Click Execute

Initializing the portal application

To prepare the portal application, you need to clone the wediaproduct / portal repository

Once done, you will need to setup some basic information.

Make sure you are running on the appropriate node version (16)

run the following command

Code Block
npm run wediaportal -- init

This will create a .wediaportalrc file at the root of your project.

You will need to adapt generated content for your project.

Note

The .wediaportalrc file replaces .env files that were used before.

If you are migrating from a previous version of the portal without a .wediaportalrc file, you can automatically generate the .wediaportalrc file based on your .env files

npm run wediaportal -- restore

Cloud environments

MediaCloud setup

...

Starter kit comes with a workflow, and rights and roles, ready to use.

Once your starter kit is set up on a server : focus your efforts on the following points to set up your new DAM quickly.

1. Asset Metadata : Adapt the starter kit data model

Related documentation :

2. UI Design : configure colors, logos,

...

notification emails…

Related documentation :

3. Home Page : configure images slider, widgets, and footer

Related documentation :

4. TOS acceptation

...

Related documentation :

...

Manage TOS : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/

...

2558754817/Introduction+to+terms+and+condition+of+use+management+interface

Related documentation :

...

6. Universes Menu and filters : configure the universes menu, its filters, and the metadata displayed on block display mode

Related documentation :

...

Advanced filters : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/2124087299/Search+-+Advanced+Search#Advanced-Configuration

8. Display modes : configure metadata displayed in the list layout of the dam

Related documentation :

Display mode, List Layout : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/2119303349/Display+Modes#Configuring-metadata-displayed-in-the-list-layout-of-the-dam-explorer

9. Asset details : configure metadata displayed

Related documentation :

...

7. Roles

Related documentation :

Make sure you have a correct understanding of Starter kit role types and role management interface by reading the associated documentation : Role management interface

8. Creative workflow

Related documentation :

Make sure you have a correct understanding of Creative workflow by reading the associated documentation : Creative workflow

DAM Configuration : go further

...

All the documentation available is under https://crossmedia.atlassian.net/wiki/spaces/WD/pages/2116255749/Portal+screens+configuration DAM screens : How it works & configuration points

Feedbacks

You cannot find what you are looking for ?

...