-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve final text of the installer + setup dir not deleted (r107) #18
Comments
chmod is detected automatically in the installer scripts. |
hello, Additionnaly the line "Remove the installation folder src from your server" |
improved description : ok fixed, thx |
It requires write permission to delete folders/files, which is more complex and insecure. |
replaced by #703 |
Merge pull request #1196 from krisxoofoo/develop
Actual text
For security considerations you are strongly recommended to complete the following actions:
Remove the installation folder src from your server.
Set configuration directories and files to readonly:
www/.htaccess
www/boot.php
Support
Visit Pi Engine Development Site in case you need any help.
Improve the text
The install script just completed the following actions :
Remove the installation folder src from your server.
Set configuration directories and files to readonly (chmod 644 on .nix):
www/.htaccess
www/boot.php
Please ensure those have been effectively completed on your environment.
Support
Visit Pi Engine Development Site in case you need any help.
is there any detection message if the script fails to chmod?
marc
and add a detection in admin if the user forgets,
The text was updated successfully, but these errors were encountered: