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
- Host: GitHub
- URL: https://github.com/katzer/iss-web
- Owner: katzer
- License: gpl-3.0
- Created: 2019-07-29T13:37:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T19:59:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T06:13:58.788Z (about 1 year ago)
- Topics: extjs, logfile-analysis, orbit, web-frontend
- Language: JavaScript
- Homepage:
- Size: 6.75 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Frontend for _[iss][iss]_
 [](https://codeclimate.com/github/katzer/iss-web/maintainability)

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