Skip to content

A configuration publish system build on the top of git filesystem.

Notifications You must be signed in to change notification settings

tengattack/dandelion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dandelion

A configuration publish system build on the top of git filesystem.

Installation

Server

go get -u github.com/tengattack/dandelion/cmd/dandelion
  1. Import data/schema.sql to a mysql database.
  2. Copy and modify cmd/dandelion/config.example.yml to /etc/dandelion/config.yml.
  3. Run dandelion -config /etc/dandelion/config.yml

Client

go get -u github.com/tengattack/dandelion/cmd/dandelion-seed
  1. Copy and modify cmd/dandelion-seed/config.example.yml to /etc/dandelion-seed/config.yml.
  2. Run dandelion-seed -config /etc/dandelion-seed/config.yml

WebUI

If you need to modify web ui, as following steps:

cd web
npm i
npm run clean
npm run build
# return to repository root path
cd ..
# regenerate bindata.go file
go generate ./...
cd cmd/dandelion
go install

License

MIT

About

A configuration publish system build on the top of git filesystem.

Resources

Stars

Watchers

Forks

Packages

No packages published