Skip to content

Vpirtan/GoHomework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLATION AND RUN INSTRUCTIONS
===============================================================================

  Linux Installation Instructions
  ------------------------------------------------------------------------------
  Open a console and type: 
    "sudo make"

  Linux Run Instructions
  ------------------------------------------------------------------------------
  Server run:
    Open a console and type: 
      "sudo docker run gohomework"
    or
    Open a console and type: 
      "sudo make run"

  Client run:
    Open a console and type:
        docker exec -i ID /usr/local/bin/client
      where ID is the ID of the running container gohomework
    or
    Open a console and type:
        docker exec -i $(docker ps -qf ancestor=gohomework --last=1) /usr/local/bin/client
      for the latest running container gohomewrok

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 80.1%
  • Makefile 16.8%
  • Dockerfile 3.1%