Skip to content

uglyfigurine/granth.co

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Granth.co source code

This is the source code for http://granth.co

Instructions

Download datasource from:

http://www.sikher.com/sql/2.x/

You can set the following environment variables to override the defaults.

GRANTHCO_DATABASE_USERNAME="username"

GRANTHCO_DATABASE_PASSWORD="password"

GRANTHCO_DATABASE_HOST="host"

GRANTHCO_DATABASE_PORT="port"

GRANTHCO_DATABASE_NAME="database"

The default values used are root, password, localhost, 3306 and gurbanidb respectively


For compiling:

GOPATH=/path/to/granth.co/Godeps/_workspace/ go build

And then run the app as:

PORT=8888 ./granth.co

About

Granth.co repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.3%
  • JavaScript 2.6%
  • CSS 0.1%