combinary
  • About
  • Services
  • Facebook Service
    • Setup
    • Facebook App
    • Connect Account
    • Developer Documentation
  • Twitter Service
  • Youtube Service
    • Create Youtube API Key
  • RSS Service
  • Combinary Stream
    • Drupal Module
    • Embed Code
Powered by GitBook
On this page

Was this helpful?

  1. Facebook Service

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
  1. 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.

  2. Set the development variable to true or false for a live environment.

  3. 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.

PreviousFacebook ServiceNextFacebook App

Last updated 5 years ago

Was this helpful?