Skip to content

opencelium/invoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCelium - Free Invoker Repository

This repository serves as an invoker library. It is an extension of OpenCelium. Please visit opencelium.io for more details.

How to use?

Open your Opencelium installation on the web server and go to the Invoker directory.

You can find it here:

 cd /opt/src/backend/src/main/resources/invokers

Move all files temporarily away. After that, clone the repository inside of this folder.

git clone https://github.com/opencelium/invoker.git .

NOTE: Do not forget the dote at the end of the previous command.

After that you can always update connector files with this command.

git pull

NOTE: It is possible to automatically synchronize the invoker files when using a cron job.

Example:

First enter to crontab

crontab -e

Now add a job that runs every evening at 1 a.m

/usr/bin/git --git-dir=/opt/src/backend/src/main/resources/invokers/.git --work-tree=/opt/src/backend/src/main/resources/invokers pull

About

This repository serves as an invoker library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published