Skip to main content

👏️️ Manual sync configuration

Installation

Assuming you have a folder /home/[user]/services

Clone the project

cd /home/[user]/services && git clone https://github.com/louisgrasset/touitomamout.git

Install dependencies & build the project

npm ci && npm run build 

Define environment variables

3 types of environment variables are required to run the sync:

  • Core variables: required in situations, get them here.
  • Sync variables: required for the sync you want, get them here.
  • Manual sync variables: required for the manual sync, get them here.
Environment file generator

Feel free to generate your .env file with the generator

Run it!

node ./dist/index.js .env.[handle_to_sync]