Changes between Version 6 and Version 7 of Iam2023/Agenda/SP-Installation-VHosts
- Timestamp:
- Mar 31, 2023, 12:57:02 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Iam2023/Agenda/SP-Installation-VHosts
v6 v7 287 287 == Installing Web Applications == 288 288 289 First let us download the required softwares. 290 291 {{{ 292 mkdir -p /opt/softwares/ 293 cd /opt/softwares/ 294 apt install unzip 295 wget https://download.moodle.org/download.php/direct/stable401/moodle-latest-401.tgz 296 tar -xvzf moodle-latest-401.tgz 297 298 wget https://wordpress.org/latest.zip 299 unzip latest.zip 300 }}} 301 289 302 To 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 291 304 To install Wordpress web application please refer to this [https://ws.learn.ac.lk/wiki/Csle2022/Agenda/databaseandweb#InstallingWordpressCMS link] 292 305