The tellusr.sh
is a wrapper for docker compose
with some added functionality, like the install command that was used above. It helps with adding necessary parameters to docker compose
commands, like references to the configuration file and profile parameters.
You can execute commands with it by adding the command you want to run as a parameter: tellusr.sh <command>
. It can also be run remotely with curl -s https://<DOWNLOAD_HOST>/tellusr.sh | bash -s <command>
.
Start up TellusR, including containers with TellusR Central, TellusR NLP, and Solr with TellusR Integrator preinstalled. This wraps the docker compose up
command.
Take down all TellusR containers. This wraps the docker compose down
command. This command will also remove the containers (not just stop them).
If you add the name of one or more services the command will affect only these. If not, it affects all.
Stop all TellusR containers. This will not remove them, which may be useful for investigating logs for example.
If you add the name of one or more services the command will affect only these. If not, it affects all.
Restart all TellusR containers. This will stop and start containers, removing them in between.
If you add the name of one or more services the command will affect only these. If not, it affects all.
Download all TellusR containers, install configuration and the tellusr.sh
script, and start TellusR.
Upgrade to the latest version of TellusR.
Create cores based on the Solr configset located in $HOME/tellusr/configset
directory.
Show the version of the latest version of TellusR that has been released.
Show the version of the currently installed TellusR
Uninstall current install of tellusr. You will be asked if you want to delete volumes, images and config as well