Installation Steps
2
Was this helpful?
Download the executable from this link and unzip the file. After unzipping, you will find a directory named web and the executable file.
The server requires a config.yaml file. This file is where you define the server settings, including the database and other optional parameters such as API URLs, product licenses, and login credentials.
Redis:
database:
type: redis
addresses:
- localhost:6379File-Based Database:
database:
type: file
addresses:
- databaseThis creates a database directory in the current location to store the data.
Was this helpful?
Was this helpful?