Skip to content

kukua/kukua-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

Graphical interface for sensor data from ConCaVa.

Requirements

Server

Development

How to use

git clone https://github.com/kukua/dashboard.git
cd dashboard
cp .env.example .env
chmod 600 .env
# > Edit configuration in .env

docker-compose up -d
# Navigate to http://<container ip>:80/ for the dashboard

cp public_html/.environment/default.php public_html/.environment/config.php
# Set your environment to development if needed error reporting etc

# CSS / JS compiling
bower install
npm install
gulp build

License

This software is licensed under the MIT license.

© 2016 Kukua BV