Next revision | Previous revision |
t1.3_installing_platform4php [2020/11/11 21:03] – created sahl | t1.3_installing_platform4php [2020/11/11 21:48] (current) – sahl |
---|
^Instance database prefix|//people_instance//|When a new instance is created, the associated database will be prefixed with this title. Select a valid database name.| | ^Instance database prefix|//people_instance//|When a new instance is created, the associated database will be prefixed with this title. Select a valid database name.| |
^Instance store directory|///var/lib/people/storage///|The storage directory, we created earlier.| | ^Instance store directory|///var/lib/people/storage///|The storage directory, we created earlier.| |
^Temporary files directory|///var/tmp/people///|The temporary directory, we created earlier.| | ^Temporary files directory|///var/tmp///|The temporary directory, we created earlier.| |
^Global log files directory|///var/log/people///|The log directory, we created earlier.| | ^Global log files directory|///var/log/people///|The log directory, we created earlier.| |
^URL for server talk|///Platform/Server/php/server_talk.php///|This specifies an URL where the instance servers communicates with each other. This should be left as is.| | ^URL for server talk|///Platform/Server/php/server_talk.php///|This specifies an URL where the instance servers communicates with each other. This should be left as is.| |
^Password salt|//2b6ffe227478eb9145316b18c6b584ed//|Specifies a password salt. This can be anything, but when it is set, it should not be changed, as that would render all passwords invalid. This should be kept the same across multiple servers in the same complex, to ensure that instances are portable.| | ^Password salt|//2b6ffe227478eb9145316b18c6b584ed//|Specifies a password salt. This can be anything, but when it is set, it should not be changed, as that would render all passwords invalid. This should be kept the same across multiple servers in the same complex, to ensure that instances are portable.| |
^Password for admin interface|//mysecretpassword//|A password for locking the installation directory and other management tools. This will appear in clear text in the configuration file.| | ^Password for admin interface|//mysecretpassword//|A password for locking the installation directory and other management tools. This will appear in clear text in the configuration file.| |
| |
| Platform4PHP will check your configuration and if everything checks out, you'll get a message that the installation was a success. |
| |
| //I have encountered some examples where you get an error, that a variable wasn't set instead of the success message. Reloading the page, fixes the issue. I haven't quite figured out why this happens!// |
| |
| That's it. |