Advertisement
Guest User

git_diff_for_bitreich_server_tutorial

a guest
Mar 22nd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. From cfd039a02e73ff454fda4b3bc0444122a9845d37 Mon Sep 17 00:00:00 2001
  2. From: jhumphrey <jpth1010@gmail.com>
  3. Date: Fri, 22 Mar 2019 12:07:57 -0700
  4. Subject: [PATCH] Modified server.txt
  5.  
  6. I addded a tutorial on how to set up a gopher server.
  7. ---
  8. server.txt | 21 +++++++++++++++++----
  9. 1 file changed, 17 insertions(+), 4 deletions(-)
  10.  
  11. diff --git a/server.txt b/server.txt
  12. index 084aaa4..7d9a6be 100644
  13. --- a/server.txt
  14. +++ b/server.txt
  15. @@ -1,7 +1,20 @@
  16. -This is a to be done tutorial.
  17. +First, you need to install geomyidae
  18.  
  19. -If you want to help us, making this reality, follow the instructions below.
  20. +On linux, issue the following commands
  21.  
  22. -Please check out git://bitreich.org/gopher-tutorials and go on #bitreich-en on
  23. -freenode, to send us the patch. All patches are welcome!
  24. +% git clone git://r-36.net/geomyidae
  25. +% make
  26. +% sudo make install
  27.  
  28. +Next create the file /var/gopher/index.gph
  29. +and put something in it. for example:
  30. +
  31. +tHello, World!
  32. +
  33. +Now issue:
  34. +% sudo geomyidae
  35. +(NOTE: if /usr/local/bin is not in root's path you may have to specify it manually e.g. /usr/local/bin/geomyidae)
  36. +
  37. +Finally open a browser and navigate to gopher://localhost:70/
  38. +
  39. +Congratulations, you have set up a server
  40. --
  41. 1.8.3.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement