forked from PythonAndGoCommunity/GoHomework
-
Notifications
You must be signed in to change notification settings - Fork 0
Vpirtan/GoHomework
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- Go 80.1%
- Makefile 16.8%
- Dockerfile 3.1%