Skip to content

hyper0x/hypermind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My personal website written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published