The Eqela Runtime environment is capable of automatically downloading, caching and executing tools that are saved in remote or local repositories. By default, the official Eqela repository is made available, but users of the environment can also use other repositories, or create their own.

By default, eqela uses the Eqela package repository at qx.eqela.com. Custom repositories are also supported and can be specified with the -repository parameter, eg.:

eqela -repository=http://10.0.0.10 run internal:package:v1.0.0 mytool

The parameter can be either a URL (such as above), or a local directory. The following would also be legal:

eqela -repository=/home/myuser/mypackages run internal:package:v1.0.0 mytool

Twitter Facebook LinkedIn Youtube Slideshare Github