Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 488 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 488 Bytes

What is Razuna?

Razuna DAM is the open source alternative for Digital Asset Management Systems, it lets you centralize all your digital assets, automate and streamline your workflow, publish your assets directly to the web and collaborate with your team on all your assets.

Building process

You can use the build.sh script or:

docker build -t "razuna:1.9.1" .

Running

You can use run.sh script or:

docker run --name razuna -p 8080:8080 razuna:1.9.1