Skip to content

meowpub/meow

Repository files navigation

godoc reference Build Status

:3c

Setting up a development environment

You will need docker and docker-compose installed.

  1. Run docker-compose up to bring up Postgres and Redis containers.
  2. Run migrations: go run . migrate up.
  3. (Optional) Load sample data for development - note that meow requires every node in a path.
    1. go run . ingest < fixtures/localhost.json - create https://localhost.
    2. go run . ingest < fixtures/localhost-jane.json - create https://localhost/~jane.
  4. Run the server, accept requests to localhost: go run . serve --domain localhost.
  5. Make some test requests:
    1. curl -v localhost:8000
    2. curl -v localhost:8000/~jane

Make some changes, then just restart go run . serve --domain localhost to have them reflected.

Releases

No releases published

Packages

 
 
 

Languages