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:
- A server environment (Linux, Windows, or macOS).
- One of the following databases set up and accessible:
- SQL Server (e.g., MySQL, PostgreSQL).
- SQLite (Installed on your system).
- PHP version 8.2 or higher
- 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!