Skip to content

This repository contains programs from the IP Lab in Semester VII, UVCE.

License

Notifications You must be signed in to change notification settings

uvce-lab/ip-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP-Lab

This repository contains programs from the IP Lab in Semester VII, UVCE.

Install Instructions for Ubuntu

Running on an Apache Server natively

  • Install apache server and php

    sudo apt install php5 apache2

  • Clone the repository to /var/www/html

    sudo git clone http://github.com/uvce-lab/ip-lab.git

  • Navigate to localhost/ip-lab to view the files

Running with Docker

Install Instructions for Windows (with XAMPP)

  • 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-lab to view the files.

About

This repository contains programs from the IP Lab in Semester VII, UVCE.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published