user and menu manager api for nirvana-cms.
1.1K
user and menu management api for nirvana-cms.
# clone nirvana-cms to your go src directory
git clone https://github.com/narrowizard/nirvana-cms.git
go get
go build
config/db.cfg, we use gorm and mysql in this situation.
# run nirvana-cms, it will do database definition automatically.
./nirvana-cms
# import init data to db.
mysql –u root –p your-db-name < sql/initdata.sql
Content type
Image
Digest
Size
9.1 MB
Last updated
over 6 years ago
docker pull narrowizard/nirvana-cms