[W.I.P.] a blog server written by golang.

  • By Nakaya
  • Last update: Jun 10, 2022
  • Comments: 0

nikkiame

nikkiame(v2)

a blog server written by golang.

install & run

clone this repo

git clone https://github.com/eniehack/nikkiamev2.git

create configratiuon file, and edit it.

(database.dsn syntax is gorm's. see also)

cp config.example.toml config.toml
vim config.toml

migrate database.

cd cmd/migrator/
go build
./migrator -c ../../config.toml

build nikkiame.

cd ../../
go build -o nikkiame

run server(but http server's configuration is required).

./nikkiame

License

copyright (c) 2022 eniehack

This software is licensed under Apache License 2.0 OR Affero GNU Public License 3.0.

develop

Fork it (https://gitlab.com/eniehack/branca-cr/fork)

clone this repo

git clone https://github.com/eniehack/nikkiamev2.git

Create your feature branch (git checkout -b my-new-feature)

create go.work

go work init

Commit your changes (git commit -am 'Add some feature')

Push to the branch (git push origin my-new-feature)

Create a new Pull Request

Contributors

  • eniehack - creator and maintainer

Download

nikkiamev2.zip