This repository contains programs from the IP Lab in Semester VII, UVCE.
-
Install apache server and php
sudo apt install php5 apache2 -
Clone the repository to
/var/www/htmlsudo git clone http://github.com/uvce-lab/ip-lab.git -
Navigate to
localhost/ip-labto view the files
- Install docker as per https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/
- Clone the repository and run
docker build -t ip-lab .at the root of the project. Anip-labdocker image should be created. - Now run
docker run ip-lab - Navigate to the IP Address assigned to the image.
-
Add PowerShell to the System Environmental Path.
-
Install Xampp to its default location (
C:\xampp) -
Delete contents of
C:\xampp\htdocs\ -
Clone repository to
C:\xampp\htdocs\cd C:\xampp\htdocs git clone -b xampp https://github.com/uvce-lab/ip-lab.git -
Navigate to
http://localhost/ip-labto view the files.