Open franzinc opened 7 years ago
Is this a dead project? I ask, because the binary downloads are giving me 404's. That is, everything on this page:
https://github.com/andreaskoch/allmark/blob/develop/bin/download.md
And, only the first issue has a comment by the author.
Anyone know of another markdown web server that has search? I tried markserv. It works, but it doesn't have search.
encountering same issue on ubuntu 16.04
Based on the commits, I think this is abandoned. I'd really like to be proven wrong.
you can get the source with go get github.com/andreaskoch/allmark
the following error (fatal: No url found for submodule path 'vendor/9fans.net/go' in .gitmodules
) can be ignored
after then, go in the created directory:
cd src/github.com/andreaskoch/allmark/
and run make
thats it.
the executable can be found under bin/files/allmark
@bodsch thank you for showing this option. The developer hard-coded paths in a lot of files that do not work unless you use go get github.com/andreaskoch/allmark
. You cannot simply do a git clone
like the documentation suggests.
The docker option is still borked though.
I had begun to build a container. But in the meantime I have landed at algernon, because the development of allmark seems to be at a standstill.
Same. I ended up on Aprelium Abyss with Grav.
go get github.com/andreaskoch/allmark
does not work. I'm getting the following error:
fatal: No url found for submodule path 'vendor/9fans.net/go' in .gitmodules
package github.com/andreaskoch/allmark: exit status 128
On CentOS 7, I get this after the clone. Ideas?
$