Home
Softono

Jabba

Open source MIT Go
12
Stars
3
Forks
1
Issues
0
Watchers
3 years
Last Commit

 About Jabba

Fast and simple link shortener

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Jabba?

We provide expert installation service for this software. Our team will install, configure, and secure Jabba on your server. plans start at just $30.

Jabba

Fast and simple link shortener.

Development

Some commands need to be installed to work on Jabba.

# Build system
$ go get -u -d github.com/magefile/mage
$ cd $GOPATH/src/github.com/magefile/mage
$ go run bootstrap.go

# Handling static files
$ go get -u github.com/gobuffalo/packr/packr

The development server can then be started. The server will be restarted automatically when changes are made.

$ mage development

Production

Jabba is packaged into a single binary, which can simply be copied onto the server. The .env file is used for configuration.

$ mage production