Skip to content

PraGitHub/GoBooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Books

About

  This is a simple website developed in go
  This site allows users to search for books and add to their collection

What are all the packages used ?

  Below is the list of all packages used and thanks to all of them :)
	github.com/GoIncremental/negroni-sessions/cookiestore
	github.com/goincremental/negroni-sessions
	github.com/gorilla/mux
	github.com/mattn/go-sqlite3
	github.com/urfave/negroni
	github.com/yosssi/ace
	golang.org/x/crypto/bcrypt
	gopkg.in/gorp.v1

How to vendor the app and deploy to heroku ?

Vendoring can be done in many ways.
	Refer this for more info - https://devcenter.heroku.com/articles/go-support
The one that's used for this app is godep - https://devcenter.heroku.com/articles/go-dependencies-via-godep
Install godep
	go get github.com/tools/godep
Copy the whole working directory(if this repo is cloned then it would be $GOPATJH/src/GoBooks) to $GOPATH/src directory
cd to $GOPATH/src/[Parent directoy] (if this repo is cloned then it would be $GOPATJH/src/GoBooks)
Save dependencies
	godep save
Copy "Godeps" and "vendor" direcotories to the working directory and commit/push them
Deploy the working branch in heroku

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy