The files in this directory are an example of a quick start to work with the Docker image (folder "docker").
Docker CE.
-
Clone this repo: https://github.com/DeckerSU/insight-ui-komodo changing the name from "insight-ui-komodo" to something like "insight-ui-oot" (where "oot" is your coin ticker symbol all lowercase). We already did this for OOT: https://github.com/Utrum/insight-ui-oot
-
Build the docker image:
cd docker
docker build -t kmdplatform/insight .
- Start the container specifying your coin symbol:
cd ..
./insight-start.sh OOT
- Customize your UI repo. Restart the container to see the changes.
The following steps apply only if you don't have already a daemon running:
- Run your daemon start script (credentials used by insight are defined here):
./oot-start-daemon.sh
(we made this one for OOT.) - Wait until it's fully synchronized.