XConf Web Admin
The XConf Server uses the Bootstrap framework. When building XConf Server, Bootstrap and other modules are pulled in by NPM. Bootstrap contains a small set of Glyphicons. According to the Bootstrap license, Bootstrap and the included Glyphicons are available to use commercially for free. However, any party building and using XConf Server should review the licenses and make their own determination.
Xconf Web Admin is running with a golang server.
- Go to project directory and run to install all UI dependencies:
npm install
- Compile UI files:
grunt install
- Check if config file (server/config) has correct log and backend path. XConf backend should be run separately.
- Start golang UI server:
go run *.go -f <path to config file>
- Open following link in browser http://localhost: