Changes between Version 6 and Version 7 of Iam2023/Agenda/SP-Installation-VHosts


Ignore:
Timestamp:
Mar 31, 2023, 12:57:02 AM (20 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Iam2023/Agenda/SP-Installation-VHosts

    v6 v7  
    287287== Installing Web Applications ==
    288288
     289First let us download the required softwares.
     290
     291{{{
     292mkdir -p /opt/softwares/
     293cd /opt/softwares/
     294apt install unzip
     295wget https://download.moodle.org/download.php/direct/stable401/moodle-latest-401.tgz
     296tar -xvzf moodle-latest-401.tgz
     297
     298wget https://wordpress.org/latest.zip
     299unzip latest.zip
     300}}}
     301
    289302To install Moodle web application please refer to this [https://ws.learn.ac.lk/wiki/Csle2022/Agenda/databaseandweb#MoodleInstallation link]
    290 https://download.moodle.org/download.php/direct/stable401/moodle-latest-401.tgz
     303
    291304To install Wordpress web application please refer to this [https://ws.learn.ac.lk/wiki/Csle2022/Agenda/databaseandweb#InstallingWordpressCMS link]
    292305