Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.39 KB

File metadata and controls

39 lines (27 loc) · 1.39 KB

config

Build Status Scrutinizer Code Quality Code Coverage

This webapp gives you the possibility to simply edit all appserver configuration files in your browser

Installation

Goto your webapps folder and clone the webapp from githubby doing.

cd /opt/appserver/webapps
git clone https://github.com/appserver-io-apps/config

Now you have to build the javascript single page app which is build on angular.

Make sure you have node, npm, grunt, compass etc. installed for building. if not check this out http://yeoman.io/codelab/setup.html.

bower install
npm install
grunt build

Now goto http://127.0.0.1/config/dist. Here is your simple config editor.

Todos

  • Security checks.
  • Authentication using digest auth for example.
  • Exception handling in backend and frontend.
  • Provide config file selector.
  • Styling of the app should be in appserver ci

Testing

Running grunt test will run the unit tests with karma.