imsto

command module
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2019 License: MIT Imports: 5 Imported by: 0

README

Imsto redesigned in Golang

Launch with docker


# postgresql
docker create --name imsto-db-data -v /var/lib/postgresql busybox:1 echo imsto db data
docker run --name imsto-db -p 54323:5432 \
	-e DB_PASS=mypassword \
	-e TZ=Hongkong \
	--volumes-from=imsto-db-data \
	-d liut7/imsto-db:latest

# main conatainers
docker run --name imsto --rm -p 8180:80 \
	--link imsto-db -v /private/var/lib/imsto:/var/lib/imsto\
	-d liut7/imsto

Installation

see more: INSTALL.md

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
apps
Package cmd The command line tool for running Imsto bootstrap.
Package cmd The command line tool for running Imsto bootstrap.
imsto core objects
imsto core objects

Jump to

Keyboard shortcuts

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