Setup
How to set up the combinary facebook service on your own server
SSH
git@git.acolono.net:combinary/collector-facebook.git
HTTPS
https://gitlab.acolono.net/combinary/collector-facebook.git
Before starting the service add the required environment variables in the facebook.env for dev, live environment and the app id and other required variables.
Set the development variable to true or false for a live environment.
Move to the docker folder and start the service
cd collector-facebook/docker
docker-compose up -d
The application is then running on your server.
Last updated
Was this helpful?