The purpose of the Share service is to publish posts, job vacancies to be exact, on different web sites. Currently it supports following websites:
The instructions bellow for Ubuntu Linux 14.04 LTS and above
To be able to start the project, following applications must be installed:
- docker
- docker-compose
- git
$ apt update
$ apt install git docker docker-compose
Clone the project from github repository https://github.com/ZenSoftIO/hr-crm
$ git clone https://github.com/ZenSoftIO/hr-crm
go to project folder
$ cd ./share
run the docker-compose file with build flag
$ docker-compose up --build
RabbitMQ is used as a communication method. The service is configured for share exchange. The project is configured to read data on a json format.