Hey @salimsaid! Looks like you probably haven’t missed anything, but for some reason the go-bindata program wasn’t compiled right.
Usually “Exec format error” means the binary was built for another architecture (e.g. 32-bit vs. 64-bit) or another operating system. Maybe try something like this:
GOOS=linux GOARCH=amd64 go build -v github.com/jteeuwen/go-bindata/go-bindata
I now have a writefreely instance running in development mode.
One more thing though, As i have the code & a running development instance, the next thing is to go through the code and try to understand how pieces fit together.
Is there like a design document that i can refer to ? To quickly understand the architecture of writefreely ?