Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../ilias
File: notes.txt
1. Before starting manual installation copy /setup/minimal-config.json to /data_dir/config.json and fill neccessary details refering following guide. (Add parameter "Database" as well) https://raw.githubusercontent.com/ILIAS-eLearning/ILIAS/release_9/setup/README.md
[0] Fix | Delete
[1] Fix | Delete
2. Install using following command.
[2] Fix | Delete
php setup/setup.php install [[data_dir]]/config.json
[3] Fix | Delete
[4] Fix | Delete
### Keep root directory writable before starting manual installation ###
[5] Fix | Delete
[6] Fix | Delete
To fill config.json: https://docu.ilias.de/ilias.php?ref_id=367&obj_id=75023&cmd=layout&cmdClass=illmpresentationgui&cmdNode=13g&baseClass=ilLMPresentationGUI
[7] Fix | Delete
Default Credentials are:
[8] Fix | Delete
Username: root
[9] Fix | Delete
Password: homer
[10] Fix | Delete
[11] Fix | Delete
3. Enter "clientid" in Client ID.
[12] Fix | Delete
4. set location of ilias.log in [[softdatadir]]\ilias.log in manual
[13] Fix | Delete
5. set location of log folder in [[softdatadir]]\logs in manual
[14] Fix | Delete
6. client.ini.php is writable admin can delete and create new client, permission is required to delete the client.
[15] Fix | Delete
7. Keep timezone = "America/New_York" and [log] details as it is in ilias.ini.php
[16] Fix | Delete
8. Check and create symlinks in every version.
[17] Fix | Delete
9. PHP REQUIREMENT LINK : https://docu.ilias.de/ilias.php?baseClass=ilwikihandlergui&cmdNode=16n:r6&cmdClass=ilobjwikigui&cmd=viewPage&ref_id=1357&page=Required_and_Supported_Software_ILIAS_9#ilPageTocA11
[18] Fix | Delete
10. Windows not supported : https://www.ilias.de/docu/goto.php?target=lm_367&client_id=docu#supported-platforms
[19] Fix | Delete
11. apply following settings in php.ini to resolve strict error confirmed with vendor
[20] Fix | Delete
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT;
[21] Fix | Delete
display_errors = Off
[22] Fix | Delete
12. SQL export doesn't works on server, take sql dump using command. mysqldump --routines -u root -pmysql ilias88 > ilias88.sql
[23] Fix | Delete
13. Keep ilias_uuid value as it is because it is constant for all installations. (/setup/sql/ilias3.sql)
[24] Fix | Delete
14 We have created config.json file in softdatadir because installer states to keep this file outside doc-root.
[25] Fix | Delete
https://docu.ilias.de/goto_docu_pg_124784_367.html
[26] Fix | Delete
15. Keep /logs folder in data directory as we have put these path in config.json for error log.
[27] Fix | Delete
16. Ignore the directories created in [[softpath]]/data/ during manual installation. The script uses data directory path which is outside webroot.
[28] Fix | Delete
17. ILIAS supports only CLI upgrade.
[29] Fix | Delete
https://docu.ilias.de/ilias.php?baseClass=illmpresentationgui&obj_id=75023&ref_id=367#upgrading-ilias
[30] Fix | Delete
18. Check and move /datadir/clientid/storage/fsv2
[31] Fix | Delete
19. Under `settings` table in sql, make sure that details filled in config.json i.e admin_fname, admin_lname, admin_email are configured in sql as well.
[32] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function