Open ghost opened 4 years ago
Sounds great. Thank you.
This is a file with an example configuration:
<?php
define('DOTSMESH_SERVER_DATA_DIR', 'PATH_TO_INSTALL_DIR/server-data');
define('DOTSMESH_SERVER_LOGS_DIR', 'PATH_TO_INSTALL_DIR/server-logs');
define('DOTSMESH_SERVER_HOSTS', 'example.com');
require 'PATH_TO_INSTALL_DIR/app/index.php';
Could we get an Docker Image if we want to Selfhost this?
I could write a Docker image for it. With some configs pre-configured. If your open to it.