|
|
|
|
|
by adsche
4112 days ago
|
|
Just downloaded the current linux binary package.
Unfortunately, installing is not yet as easy as unzipping the archive as the article claims. It contained some __MACOSX, ._* and .DS_Store files. They don't disturb anything but thats just careless packaging. The executable bit on the executable was not set. The config file suggests fo generating keys: ; Generate steps:
; $ cd path/to/gogs/custom/https
; $ ./gogs cert -ca=true -duration=8760h0m0s -host=myhost.example.com
The path to the binary here has to be ../../gogs and the mentioned directory has to be created.Once it's up and running, I do like it so far for my personal repositories. |
|