15 lines
405 B
Org Mode
15 lines
405 B
Org Mode
* gogs
|
|
** installing
|
|
*** notnull and data tried these things:
|
|
https://irc.anarchyplanet.org/pad/p/gogs
|
|
sudo apt install golang-go
|
|
su git
|
|
cd ~
|
|
mkdir ~/go && export GOPATH=$HOME/go && go get -u github.com/gogs/gogs
|
|
wait forever with no feedback
|
|
cd $GOPATH/src/github.com/gogs/gogs
|
|
go build
|
|
can't load package: package .: no buildable Go source files in /home/git/gogs
|
|
|
|
*** ron did all this crazy shit:
|