Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

migrate config from previous versions #953

Open
@staabm

Description

@staabm

first let me thank your for the recent 8.x release.

we would like to update our redaxo open source cms integration to the latest ice-coder version.
in the past we had a php based configuration file, which we used to integrate the 2 code-bases.

after installing icecoder 8.x it looks like icecoder is using some 'serialized' php commented string format, which feels hard to read/write/change.
is there some tool/documentation on how I can/should configure things, which were configured in a config_settings.php file, like

// ICEcoder redaxo settings
$ICEcoderSettings = array(
    "versionNo"		=> "7.0",
    "codeMirrorDir"		=> "CodeMirror",
    "docRoot"		=> $_SERVER['DOCUMENT_ROOT'],	// Set absolute path of another location if needed
    "demoMode"		=> false,
    "devMode"		=> false,
    "fileDirResOutput"	=> "none",			// Can be none, raw, object, both (all but 'none' output to console)
    "loginRequired"		=> false,
    "password" => bin2hex(openssl_random_pseudo_bytes(4)),
    "multiUser"		=> false,
    "languageBase"		=> "english.php",
    "lineEnding"		=> "\n",
    "newDirPerms"		=> 755,
    "newFilePerms"		=> 644,
    "enableRegistration"	=> true
);

I wasn't able to find documentation on the website on how configuration is meant to be done in the 8.x series

thanks for your feedback in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions