How to install Superdesk using Docker
- Install Docker
- Copy and paste
docker-compose.yml
in this gist into a blank folder (call it something likesuperdesk/
) - Open the folder in a terminal
- Run
docker-compose up
- Wait a few seconds...
- Navigate to
localhost:8080
You should see the Superdesk login screen! Now to initialise some data:
- Open a new terminal in the same folder
- Run
docker-compose run superdesk-server run python manage.py app:initialize_data
to populate Superdesk with some starting data. - Run
docker-compose run superdesk-server run python manage.py users:create -u admin -p admin -e admin@localhost --admin
to create an example administrator.
That's great to hear @kennk! The official Docker images should be coming out this week and I'll drop a message here with their new home on Docker Hub.
Not currently. We're working to sort our the full installation process for Superdesk first, and the docs needed to go along with it. I can't give you an ETA for Publisher or any guarantees yet, sorry.