imgdrop

command module
v0.0.0-...-3ad0aa0 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2016 License: Apache-2.0 Imports: 4 Imported by: 0

README

ImageDrop

A little one-click image sharing web app with user management. Written in Golang.

Build

glide is used to manage package. Please install it first

cd $GOPATH
go get github.com/naokij/imgdrop
go get glide
cd src/github.com/naokij/imgdrop
glide install
go build
cp src/github.com/naokij/imgdrop/data.db.sample src/github.com/naokij/imgdrop/data.db
cp src/github.com/naokij/imgdrop/conf/app.conf.sample src/github.com/naokij/imgdrop/conf/app.conf

Run

cd src/github.com/naokij/imgdrop
mkdir log
./imgdrop

Init.d script

ln -s $GOPATH/src/github.com/naokij/imgdrop /opt/imgdrop
cp $GOPATH/src/github.com/naokij/deploy/init.d/imgdrop /etc/init.d
chkconfig imgdrop on
/etc/init.d/imgdrop start

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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