More info in TODO.md

This commit is contained in:
Papa Dragon 2023-03-03 23:19:07 +01:00
parent e6afe873b8
commit 48b5197a10

View file

@ -21,3 +21,11 @@ Also, if php gets an update while the global php.ini was "manually" modified (i.
### Handling errors during the install ### Handling errors during the install
This autoinstall folder is mainly intended for people that are not used to managing their own server. If we could have error messages as explicit as possible, it would be very cool. Also, it would be nice to make sure that in case the install fails, we can easily rerun the script without having to manually clean things up or to reinstall the server. This autoinstall folder is mainly intended for people that are not used to managing their own server. If we could have error messages as explicit as possible, it would be very cool. Also, it would be nice to make sure that in case the install fails, we can easily rerun the script without having to manually clean things up or to reinstall the server.
### Using script on other distros that use *.deb packages (not only Debian)
We should probably be able to modify the check_sanity function and make it possible to use the script with Debian derivatives such as Ubuntu it an its flavors or Linux Mint (as long as requirements such as php 8.* available.
### Using script on other distros that use other packages (*.rpm for instance)
If we created a scripts/rpm.sh file, where we'd just have to create functions such as update_upgrade, check_install, nocheck_install and php_version usable with *.rpm packages, we could veryh easily support RedHat its derivative distros.