infinito/README.md

19 lines
1.0 KiB
Markdown
Raw Normal View History

2018-10-31 09:02:44 +01:00
# ∞infinito
2018-11-01 23:10:56 +01:00
[![Build Status](https://travis-ci.org/KevinFrantz/infinito.svg?branch=master)](https://travis-ci.org/KevinFrantz/infinito) [![codecov](https://codecov.io/gh/KevinFrantz/infinito/branch/master/graph/badge.svg)](https://codecov.io/gh/KevinFrantz/infinito) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Code of Conduct](https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg?style=flat)](https://github.com/KevinFrantz/infinito/blob/master/CODE_OF_CONDUCT.md)
2018-09-05 10:48:44 +02:00
2018-10-31 11:16:22 +01:00
## Setup
All setup and administration scripts you will find in the folder *administration*.
2018-09-05 10:48:44 +02:00
2018-10-31 11:16:22 +01:00
To run the application you need docker.
2018-09-08 14:23:03 +02:00
2018-10-31 11:16:22 +01:00
After installing docker you just need to run
```bash
bash ./administration/init.sh
```
in the root directory of the repository.
2018-10-29 12:09:59 +01:00
## License
2018-09-05 10:48:44 +02:00
The "GNU AFFERO GENERAL PUBLIC LICENSE" applies to this project. See LICENSE.txt.
2018-10-29 12:09:59 +01:00
## Code of Conduct
To contributions of this project the "Contributor Covenant Code of Conduct" applies. See CODE_OF_CONDUCT.md.