Tutorial
Connector setup
Setup the boilerplate.
We recommended to start with our Connector-Starter boilerplate. The step-by-step installation guide can be found in the installation guide. You can test if your installation was successful by starting your SiLA Browser locally (refer to SiLA Browser on GitLab for an installation guide) and testing the predefined Greeting Provider class by running the connector (in your terminal):
$ poetry run connector start
If the connector is visible and the say_hello method can be executed, it's time for the next step.