Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. This is for updating an existing gogs installation (from source, not binary)
  2.  
  3. ---
  4.  
  5. - Using provided init script in (gogs)/scripts/init/debian
  6.  
  7. to install a new copy of gogs be sure to:
  8. - Create a user named "git" solely for this purpose
  9. - mkdir -p /home/git/gocode/bin
  10. - mkdir -p /home/git/gocode/pkg
  11. - mkdir -p /home/git/gocode/src
  12. - export GOPATH=/home/git/gocode
  13. - generate ssh keys...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement