mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
21 lines
593 B
Markdown
21 lines
593 B
Markdown
# infinito (development status)
|
|
This software allows users to automatize data sharing with people and IoT devices.
|
|
|
|
## developer guide
|
|
In the administration folder you will find all necessary scripts to run and configure the application.
|
|
|
|
This scripts are optimized for Ubuntu, but may they will run on MAC OS.
|
|
|
|
### initialization
|
|
|
|
To initialize the docker environment, please execute in the root:
|
|
|
|
```
|
|
bash administration/init.sh
|
|
```
|
|
|
|
Afterwards you can access the service via http://127.0.0.1:80.
|
|
|
|
## license
|
|
The "GNU AFFERO GENERAL PUBLIC LICENSE" applies to this project. See LICENSE.txt.
|