command
module
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Jul 14, 2013
License: LGPL-3.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.