Skip to content

Commit

Permalink
Merge pull request #3 from virtual-labs/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sravanthimodepu authored Aug 27, 2021
2 parents 4a6609c + 82e8666 commit a93eec5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '16'
check-latest: true
- run: |
git clone -b pipeline-new https://github.com/virtual-labs/ph3-lab-mgmt
git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
cd ph3-lab-mgmt
npm install
node exp.js
npm run build-exp
cd ../
git config --local user.email "admin@vlabs.ac.in"
git config --local user.name "vleadadmin"
Expand Down
7 changes: 7 additions & 0 deletions experiment-descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
"unit-type": "task",
"content-type": "text"
},
{
"target": "objective.html",
"source": "objective.md",
"label": "Objective",
"unit-type": "task",
"content-type": "text"
},
{
"target": "procedure.html",
"source": "procedure.md",
Expand Down
Binary file added experiment/simulation/VM Simulator.zip
Binary file not shown.
1 change: 1 addition & 0 deletions experiment/simulation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</head>
<body>
<!-- Your code goes here-->
<p>Make sure that you have<a href="../../../Introduction.html"> prerequisites</a> installed to run experiment</p>
<p>Click <a href="VM Simulator.zip">here</a> to download the simulator</a>.<p> You can run the simulator by using the command "java -jar learningTool.jar". learningtool.jar file is in the <strong>dist</strong> directory.</p>

<!-- Add JS at the bottom of HTML file -->
Expand Down

0 comments on commit a93eec5

Please sign in to comment.