virtual-labs / lab-core-java-programming-iitd

This is the repository contains Basics of Java Programming IITD Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hosting

Introduction

This document captures the repo structure and instructions to run a lab.

Repository Structure

|-- makefile
|-- README.org
|-- .gitignore
|-- src/
      |-- lab/
      |    |-- experiment-list.json
      |    |-- Introduction.html
      |    |-- Objective.html 
      |    |-- List of experiments.html 
      |    |-- Target-audience.html
      |    |-- Feedback.html

Steps to build and run a lab

STEP 1 : Clone the lab repository

https://github.com/virtual-labs/hosting.git

STEP 2 : Change directory to lab repo

cd hosting

STEP 3 : Removes the build directory and builds the sources

make -k all

STEP 4 : Run the lab server

make -k run

About

This is the repository contains Basics of Java Programming IITD Lab

License:Other


Languages

Language:HTML 46.8%Language:CSS 25.7%Language:SCSS 22.7%Language:JavaScript 4.6%Language:Makefile 0.2%