Versions Compared

Key

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

...

  • Copy the docker-compose-template folder to your own projects folder:
    Assuming you cloned the repository in ~/git-repositories/wedia-docker-template and you store your projects in ~/projects, and you want to start project projectWedia

    Code Block
    languagebash
    cd ~
    cp -R ./git-repositories/wedia-docker-template ./my-projects/projectWedia
  • Delete content of folders san, db and admin:

    Code Block
    languagebash
    cd ~/my-projects/projectWedia
    rm -rf ./san/*
    rm -rf ./admin/*
    rm -rf ./db/*
  • For M1 (arm) platform compatibility

In the ~/my-projects/projectWedia/docker-compose.yml, replace the mysql image (image: mysql:8.0.26) by image: mysql/mysql-server.

  • Start the whole docker environment (assuming ports 8080, 8000, 8888, are not used)

    Code Block
    languagebash
    docker compose up

    At this point, your server is started, you can start configuring it manually.

  • Init environment using predefined script
    In order to ease the basic configuration of the platform, we provide a JS project: https://bitbucket.org/wediaproduct/wedia_auto_installer/src/master/. Clone this repository, then:
    First time, init the project

    Code Block
    languagebash
    npm i

    Then you can finalize an environment configuration by running:

    Code Block
    languagebash
    npm run config

...

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 :

6. Universes Menu : configure the universes menu

From the settings interface (wedia-config) :

4. TOS acceptation

Related documentation :

...

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

...

7. Top filter bar & advanced search

From the settings interface (wedia-config) :

Related documentation :

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

Related documentation :

Display mode, List Layout 2558754817/Introduction+to+terms+and+condition+of+use+management+interface

Related documentation :

...

9. Asset details : configure metadata displayed

Related documentation :

Asset details : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/2148270879/Asset+details+page#Asset-details-area

...

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

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 : Introduction to role Role management interfaceInit the roles : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/2509144065/Introduction+to+role+management+interface#6.-Init-of-roles

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 ?

...