An open API service indexing awesome lists of open source software.

https://github.com/katzer/iss-web

Web frontend for iss
https://github.com/katzer/iss-web

extjs logfile-analysis orbit web-frontend

Last synced: 12 months ago
JSON representation

Web frontend for iss

Awesome Lists containing this project

README

          

# Web Frontend for _[iss][iss]_
![GitHub tag](https://img.shields.io/github/v/tag/katzer/iss-web) [![Maintainability](https://api.codeclimate.com/v1/badges/34b2fb15b86008b67e84/maintainability)](https://codeclimate.com/github/katzer/iss-web/maintainability)

![FileViewer](screenshots/FileViewer.png)

More screenshots can be found [here](screenshots)

## Features

- Render report results generated with [ski][ski]
- Load files and search, filter or export their content

## Prerequisites

- Install [Sencha Cmd](https://www.sencha.com/products/sencha-cmd) (^7.8.0)
- Download [Sencha Ext JS](https://www.sencha.com/products/extjs) (^7.0.0) and
extract it into a `"sencha-sdks"` folder in your home directory

## Development

Clone the repo:

$ git clone --recurse-submodules https://github.com/katzer/orbit-web.git && cd orbit-web/

Install the SDK:

$ sencha app install ~/sencha-sdks

Upgrade the Font Awesome icons:

$ (cd packages/local/font-awesome && sencha package build)

And then execute:

$ sencha app watch

Open your browser on http://localhost:1841

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/katzer/iss-web.

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## License

The code is available as open source under the terms of the [GPL-3.0 License][license].

Made with :heart: in Leipzig

© 2016 [appPlant GmbH][appplant]

[iss]: https://github.com/katzer/iss
[ski]: https://github.com/katzer/ski
[license]: http://opensource.org/licenses/GPL-3.0
[appplant]: www.appplant.de