Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 1.32 KB

INSTALL-with-Docker.md

File metadata and controls

33 lines (16 loc) · 1.32 KB

Nanodash Installation Instructions with Docker

Nanodash is a client application that you can run on your own computer to browse and publish nanopublications by connecting to a decentralized network of services.

Step 1: Install Docker and Docker Compose

Make sure you have Docker and Docker Compose installed.

Step 2: Download and Run docker-compose.yml

Download docker-compose.yml to a convenient location in your file system. Then run docker-compose up on the command line in the same directory.

Step 3: Follow Instructions

After a few seconds, Nanodash will be accessible at http://localhost:37373 in your browser. Follow the instructions to complete your profile as shown on your profile page.

Now you are ready to publish your own nanopublications via the "publish" menu item at the top.

Update

To update to the latest version of Nanodash, run docker-compose down && docker-compose pull in the directory of docker-compose.yml. Then start Nanodash as in Step 2.

Problems?

If you run into problems, open an issue or contact Tobias Kuhn.