hypermind icon indicating copy to clipboard operation
hypermind copied to clipboard

My personal website written in Go.

hypermind

It's the source code of my personal website written in Go.

Usage

  1. Ensure the project in dir '$GOPATH/src'

  2. Install Redis database.

  3. Get and install the library dependencies:

# redis driver
go get github.com/garyburd/redigo/redis

# go_lib
cd <$GOPATH1/src> # $GOPATH1 is the first part of $GOPATH.
git clone https://github.com/hyper-carrot/go_lib.git
  1. Edit hypermind.config for your need.

  2. Change mode of script & run:

cd <project_path>
chmod +x deploy.sh
./deploy.sh

License

Copyright (C) 2013

Distributed under the BSD-style license, the same as Go.