Getting Started

Welcome to SyncEngine! This guide will walk you through installing and setting up SyncEngine on your server, whether you prefer using an SQL server or a local SQLite database. Once installed, you can start creating connections immediately without requiring additional modules.


Prerequisites

Before installing SyncEngine, ensure you have the following:

  1. A server environment (Linux, Windows, or macOS).
  2. One of the following databases set up and accessible:
    1. SQL Server (e.g., MySQL, PostgreSQL).
    2. SQLite (Installed on your system).
  3. PHP version 8.2 or higher
  4. Furthermore we do advice some PHP settings, but these are not required as it depends on your needs.
PHP Setting Value
allow_url_fopen true
expose_php false
file_uploads true
max_input_vars 1000
memory_limit 256M
post_max_size 16M
register_argc_argv false
set_time_limit true
short_open_tag false
upload_max_filesize 12M

Installation

Coming soon!

Initial config

Coming soon!