Changes between Version 13 and Version 14 of Csle2022/Agenda/databaseandweb
- Timestamp:
- Nov 29, 2022, 8:13:32 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/databaseandweb
v13 v14 1 1 = Apache Web Server Installation = 2 2 3 First update the Ubuntu package repository. 3 == Download the Pre-installed Linux Virtual Machine == 4 5 First for this lab you need a linux server machine. For this please download the pre-installed ubuntu 22.04 server image file from the below URL. 6 7 http://192.248.4.120/VMs/ubuntu-22.04-server.ova 8 9 Now open the Virtual Box and import this. 10 11 Once imported start the VM and login to the system using below credentials. 12 13 user: user 14 password: Csle@2022 15 16 Once logged in you need to update the Ubuntu package repository. 4 17 5 18 {{{ … … 8 21 9 22 Then install the web server. 23 10 24 {{{ 11 25 sudo apt install apache2 … … 71 85 }}} 72 86 73 [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/databaseandweb/web2.png)]] 87 [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/databaseandweb/web2a.png)]] 88 [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/databaseandweb/web2b.png)]] 74 89 75 90 To login MariaDB enter below command and use the password entered above.