gitss

module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2016 License: MIT

README

GITSS

About

gitss is full text search server for git repositories.

Development

Requirements
Setup
  1. Install gom(old version), fresh.
go get github.com/mattn/gom
go get github.com/pilu/fresh

# install old version gom
cd $GOPATH/src/github.com/mattn/gom
git checkout 393e714d663c35e121a47fec32964c44a630219b
go install
  1. Install Golang dependencies.
gom install
  1. Install JavaScript dependencies.
yarn
Run with development mode
  1. Generate bindata.go.
npm run bindata
  1. Start webpack and gin with watch mode.
npm run devserver & fresh
  1. Open http://localhost:9000
Release Build

Run webpack with production mode, go-bindata and go build in turn. All you have to do is run npm run build. The artifact is created under ./dist directory.

npm run build

License

Licensed under the MIT license.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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