Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 923 Bytes

File metadata and controls

33 lines (23 loc) · 923 Bytes

Final Exam Thursday, May 9th 8PM - 10PM

( exam time from here: https://www.njcu.edu/sites/default/files/docs/2019-04/Spring_2019_Ugrd_Final_Exam_Schedule_03-28-19.pdf )

Set up a git server on a machine so I can clone some cool code from it.

Start with a VM from scratch, configure it as a git server using whatever notes you want.

For credit I must be able to clone from it during class.

The cloned repo must contain a script that if run it with

bash repo/script.sh

I get an ASCII image of a cat, like this:

$ bash repo/script.sh
 /\_/\
( o.o )
 > ^ <

Grading: Pass/fail. 0/100.

References

  1. https://www.linux.com/learn/how-run-your-own-git-server
  2. https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server
  3. https://wincent.com/wiki/Git_repository_access_control
  4. https://serverfault.com/questions/26954/how-do-i-share-a-git-repository-with-multiple-users-on-a-machine