missmolly

command module
v0.0.0-...-abdd10e Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

README

GoDoc

Miss Molly

Miss Molly is a web application server and library, written in Go, featuring a friendly YAML config syntax and scritable request processing via an embedded Lua interpreter.

Quick Start

$ go get github.com/natural/missmolly
$ ./bin/missmolly

Installation

First thing, make sure you've got Go installed. Then you can go get Miss Molly with a shell command. For example, you can make a workspace for a sample project, initialize it, and fetch MM:

$ mkdir example-workspace
$ cd example-workspace
$ export GOPATH=`pwd`
$ go get github.com/natural/missmolly

After the go get we've got the server in ./bin/missmolly but we need to make a config file before we can run it. Continuing with the shell commands above:

$ cat <<EOF >example-config.yaml
- location: /
  content: >-
    request:write('Hello, world.')
EOF

Now we can start the server:

$ ./bin/missmolly run example-config.yaml

(this section (and the rest of this README) are incomplete)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package api provides the library interface for missmolly.
Package api provides the library interface for missmolly.

Jump to

Keyboard shortcuts

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