To install a tool on a dokku instance (such the server that bluegenes.apps.intermine.org lives on), we need to connect to the server in question, enter the container, and npm install the desired tools.
Assuming the server is called ernie:
ssh ernie
(enter password if needed)sudo dokku enter bluegenes
to enter the container running bluegenescd /intermine/tools
(or whatever tools directory you have configured)npm install some-tool-name-here --save
or npm install
if you want to install all tools that are saved in package.json.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close