It's the source code of my personal website written in Go.
Usage
- Ensure the project in dir '$GOPATH/src'
- Install Redis database.
- 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
- Edit hypermind.config for your need.
- Change mode of script & run:
cd <project_path>
chmod +x deploy.sh
./deploy.sh
frm https://github.com/hyper0x/hypermind