ponzu-cms / ponzu

Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
https://docs.ponzu-cms.org
BSD 3-Clause "New" or "Revised" License
5.67k stars 387 forks source link

Suggested install method no longer works #358

Open quaintdev opened 2 years ago

quaintdev commented 2 years ago

I was trying to install ponzu using go get command as per the documentation but while trying to use that command I get following error

go get: github.com/willf/bitset@v1.1.10 updating to
    github.com/willf/bitset@v1.2.1: parsing go.mod:
    module declares its path as: github.com/bits-and-blooms/bitset
            but was required as: github.com/willf/bitset

I ended up cloning the repository and running

go mod init 
cd cmd/ponzu
go install
laoshaw commented 2 years ago

same here, but a bigger question is, is this project still actively developed? seems no activities in two years.

hubyhuby commented 2 years ago

It seems to install OK on ubuntu , but I couldn t get a new project to run for now. image

A new project gives me a lot of go get and then it runs !! Only wired thing i had t "go get test/cmd/ponzu" ..not sure what it is... first time with ponzu image

image