Skip to content

Maximell/CSC462

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

690 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSC462

This readme should include:

  • how to deploy
    • commands
    • server names
    • credentials

Notes

How to connect to lab machines.

Things you need on your local machine to run the deploy script:

  • ssh
  • sudo apt-get install expect

HOW TO DEPLOY

  • on machine b142
  • go to group2 scratch folder
  • $VBoxManage startvm seng462scratch
  • ssh -p 3022 root@127.0.0.1
  • enter password: seng462
  • /Desktop/seng462/
  • start transaction server
  • cd transactionServer
  • docker build -t server .
  • cd testDriver
  • docker build -t testdriver .
  • open another terminal
  • iptables -t nat -L
  • in transactionServer
  • docker run -p 0.0.0.0::4442 server
  • in testDriver
  • docker run testdriver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •