...
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 projectprojectWedia
Code Block language bash cd ~ cp -R ./git-repositories/wedia-docker-template ./my-projects/projectWedia
Delete content of folders
san
,db
andadmin
:Code Block language bash 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 language bash 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 projectCode Block language bash npm i
Then you can finalize an environment configuration by running:
Code Block language bash 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 :
Manage Data Model and Configure metadata displayed on asset details : Data model management
Starter kit data model : Assets Structure Steps for extending the starter-kit data model : Extending the starter-kit data model https://docs.google.com/spreadsheets/d/1Z4c4vn_YdQ59b83sRV5c19GPci9BJkrW/edit#gid=2086436237
2. UI Design : configure colors,
...
logos, notification emails…
Related documentation :
Steps for UI configuration : UI configuration checklist Manage colors and logos : Manage logos and colors
3. Home Page : configure images slider, widgets, and footer
Related documentation :
Manage Images slider : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/2098430016/Homepage#background-sliding-images-as-a-dedicated-contribution
Manage Widgets : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/2098430016/Homepage#Widgets-area
Footer : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/2098430016/Homepage#Footer-area
4. TOS acceptation
5. General Menu : configure footer links
Related documentation :
Footer Manage Footer links : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/21379155312603810818/Main+Menu#Adding-footer-links-in-the-main-menu
6. Cursors Menu : configure the cursors menu
Through the config interface (wedia-config) :
https://crossmedia.atlassian.net/wiki/spaces/WD/pages/2503442435/Wedia+Config#Manage-universes-%3A Adding+removing+links+in+the+menu+and+the+footer
4. TOS acceptation
Related documentation :
...
Manage TOS : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/
...
7. Top filter bar & advanced search
Through the config interface (wedia-config) :
...
Search filters : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/2503442435/Wedia+Config#Manage-filters-%3A
...
2558754817/Introduction+to+terms+and+condition+of+use+management+interface
5. General Menu : configure footer links
Related documentation :
Search filters Manage Menu links : https://crossmedia.atlassian.net/wiki/spaces/WD/pages/2119303590/Filter+bar#Configure-the-search-bar-for-a-given-context
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 :
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 :
Manage universes : Manage Search Filters and Universes
Manage search filters (top filters & advanced filters) : Manage Search Filters and Universes
Manage metadata displayed on the block display mode : Manage Search Filters and Universes
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 ?
...