Golang weblog platform
As root:
dnf install golang mariadb-servermysql -u rootCREATE DATABASE blogir;
As user:
mkdir -p ~/Development/go/src/github.com/sinner-export GOPATH=$HOME/Development/goexport PATH=$PATH:$HOME/Development/go/bingit clone [email protected]:sinner-/blogir.git $GOPATH/src/github.com/sinner-/blogircd $GOPATH/src/github.com/sinner-/blogirgo getgo install- Set the BLOGIR_ADMIN_PASSHASH environment variable with a bcrypt hashed password. blogirrc has an example password of "password".
- Optionally, edit blogirrc env vars and
source blogirrc. blogir