h5ai/README.md

83 lines
3.1 KiB
Markdown
Raw Normal View History

2011-07-28 21:25:48 -04:00
# h5ai
2014-07-29 16:16:15 -04:00
2014-08-19 17:28:48 -04:00
[![license][license-img]][github] [![web][web-img]][web] [![github][github-img]][github]
2014-07-29 16:16:15 -04:00
A modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee.
2014-08-19 17:28:48 -04:00
For bug reports and feature requests please use [issues][github-issues].
2011-11-26 16:53:51 -03:00
2011-07-28 21:25:48 -04:00
2012-10-13 10:23:30 -03:00
## Install
2014-08-06 18:08:41 -04:00
Do **not** install any files from the `src` folder, they need to be
preprocessed to work correctly! Find a preprocessed package and detailed
install instructions on the [project page][web].
2012-10-13 10:23:30 -03:00
2015-05-13 18:42:35 -03:00
In short you have to take the following two steps:
* place folder `_h5ai` in the document root folder of the web server
2015-05-19 21:54:55 -03:00
* append `/_h5ai/public/index.php` to the end of the default index-file list
2015-05-13 18:42:35 -03:00
2011-06-15 19:24:49 -04:00
2012-08-05 11:39:33 -04:00
## Build
2014-08-06 18:08:41 -04:00
There are installation ready packages for the latest [releases][release] and
2014-09-01 13:09:43 -04:00
[dev builds][develop]. But to clone and build **h5ai** yourself run the
following commands to find a fresh zipball in folder `build` (tested on linux
2015-10-24 14:20:31 -03:00
only, requires [`git`][git] and [`node 4.x`][node] to be installed).
2012-09-18 11:46:48 -03:00
2015-10-24 14:20:31 -03:00
~~~sh
2015-04-12 19:13:38 -03:00
> git clone git://github.com/lrsjng/h5ai.git
> cd h5ai
> npm install
2015-10-24 14:20:31 -03:00
> npm run build
2015-04-12 19:13:38 -03:00
~~~
2012-08-05 11:39:33 -04:00
2015-10-24 14:20:31 -03:00
To build the frontend test suite run `npm run build-test`. This will output a
2015-05-14 10:32:51 -03:00
`file://`-URL you can look up in your browser to run the tests.
2011-11-01 18:33:00 -03:00
2012-10-13 10:23:30 -03:00
## License
2014-08-06 18:08:41 -04:00
2014-07-27 10:49:41 -04:00
The MIT License (MIT)
2015-02-21 20:18:04 -03:00
Copyright (c) 2015 Lars Jung (http://larsjung.de)
2014-07-27 10:49:41 -04:00
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
2012-10-13 10:23:30 -03:00
2012-10-13 10:26:44 -03:00
2014-07-27 10:49:41 -04:00
## References
2014-08-06 18:08:41 -04:00
2014-09-12 21:00:18 -03:00
**h5ai** profits from other projects, all of them licensed under the MIT license
2015-02-21 20:18:04 -03:00
too. Exceptions are the [Material Design icons][material-design-icons] (CC BY 4.0).
2014-08-03 14:49:46 -04:00
[web]: http://larsjung.de/h5ai/
2014-08-19 17:28:48 -04:00
[github]: https://github.com/lrsjng/h5ai
[github-issues]: https://github.com/lrsjng/h5ai/issues
2014-08-03 14:49:46 -04:00
[release]: http://release.larsjung.de/h5ai/
2014-08-11 18:37:38 -04:00
[develop]: http://release.larsjung.de/h5ai/develop/
2014-09-01 13:14:17 -04:00
[git]: http://git-scm.com
2015-05-14 10:32:51 -03:00
[node]: https://nodejs.org
[mkr]: http://larsjung.de/mkr/
2015-02-21 20:18:04 -03:00
[material-design-icons]: https://github.com/google/material-design-icons
2014-08-03 14:49:46 -04:00
2015-04-10 11:12:05 -03:00
[license-img]: https://img.shields.io/badge/license-MIT-a0a060.svg?style=flat-square
[web-img]: https://img.shields.io/badge/web-larsjung.de/h5ai-a0a060.svg?style=flat-square
[github-img]: https://img.shields.io/badge/github-lrsjng/h5ai-a0a060.svg?style=flat-square