meow

command module
v0.0.0-...-9de2c1c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2020 License: MIT Imports: 5 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
ld
ns
GENERATED FILE, DO NOT EDIT.
GENERATED FILE, DO NOT EDIT.
ns/as
GENERATED FILE, DO NOT EDIT.
GENERATED FILE, DO NOT EDIT.
ns/ldp
GENERATED FILE, DO NOT EDIT.
GENERATED FILE, DO NOT EDIT.
ns/owl
GENERATED FILE, DO NOT EDIT.
GENERATED FILE, DO NOT EDIT.
ns/rdf
GENERATED FILE, DO NOT EDIT.
GENERATED FILE, DO NOT EDIT.
ns/sec
GENERATED FILE, DO NOT EDIT.
GENERATED FILE, DO NOT EDIT.
lib
Package lib is a generated GoMock package.
Package lib is a generated GoMock package.
rediscache
Package redis provides a redis interface for http caching.
Package redis provides a redis interface for http caching.
xrd
Package models is a generated GoMock package.
Package models is a generated GoMock package.
tools

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL