Webadmin

command module
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2013 License: LGPL-3.0 Imports: 17 Imported by: 0

README

Schumix Webadmin

LICENCE: GNU LGPL 3

Required packages/programs for compilation/running without building

  • go programming language
    You can install it by:
    Debian-based: sudo apt-get install golang
    Archlinux: sudo pacman -S go
  • Setup GOPATH
    mkdir ~/.gopath
    export GOPATH=~/.gopath
    You can change ~/.gopath to whatever you want.
Packages
  • SQLite go binding: go get github.com/mattn/go-sqlite3
  • Backend web services: go get github.com/hoisie/web
  • Session manager: go get github.com/mattn/go-session-manager
Configuration

The configuration file (config.json) can be found at the root folder.

Running

You can run it by:
go run *.go
Access the site at localhost:45987 with default port.
You can change the site's default settings in config.json.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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