1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00
No description
Find a file
2017-06-28 13:10:59 +02:00
backend@22e594a848 move git submodule of backend 2017-06-28 00:37:37 +02:00
doc/pictures added copyright, license and contact info to README 2017-04-26 09:58:39 +02:00
etc start VILLASnode services and use frontend to proxy WebSocket endpoint 2017-06-28 02:42:43 +02:00
public issue #60: site's title 2017-05-05 09:42:39 +02:00
src fix: make dialog buttons upper / lower case spelling consistent (closes #70) 2017-06-28 13:07:06 +02:00
.dockerignore include build directory and nginx in docker build 2017-06-01 11:19:38 +02:00
.gitignore !!! Move complete project to ReactJS !!! 2017-03-02 12:47:52 +01:00
.gitlab-ci.yml fix GitLab-CI 2017-06-28 13:10:59 +02:00
.gitmodules fix URL of git submodule in order to fix GitLab-CI 2017-06-28 09:00:45 +02:00
COPYING.md Add GPLv3 License 2017-04-27 14:41:44 +02:00
docker-compose.yml add some sample data and a script to save / restore it 2017-06-28 12:10:19 +02:00
Dockerfile start VILLASnode services and use frontend to proxy WebSocket endpoint 2017-06-28 02:42:43 +02:00
package.json add react-script proxy support 2017-06-28 02:44:57 +02:00
REACT.md Add README.md, move old README.md to REACT.md 2017-03-16 22:04:30 +01:00
README Add README.md, move old README.md to REACT.md 2017-03-16 22:04:30 +01:00
README.md add some sample data and a script to save / restore it 2017-06-28 12:10:19 +02:00
sample-data.sh add some sample data and a script to save / restore it 2017-06-28 12:10:19 +02:00
VILLAS.archive add some sample data and a script to save / restore it 2017-06-28 12:10:19 +02:00

VILLASweb

Description

This is VILLASweb, the website displaying and processing simulation data in the web browser. The term frontend refers to this project, the actual website.

The frontend connects to two backends: VILLASweb-backend and VILLASnode.

VILLASnode provides actual simulation data via websockets. VILLASweb-backend provides any other data like user acounts, simulation configuration etc.

For more information on the backends see their repositories.

Frameworks

The frontend is build upon ReactJS and Flux.

React is responsible for rendering the UI and Flux for handling the data and communication with the backends. For more information also have a look at REACT.md

Additional libraries are used, for a complete list see package.json.

Quick start

We recommend Docker to get started quickly:

$ git clone --recursive git@git.rwth-aachen.de:VILLASframework/VILLASweb.git
$ npm install
$ npm build
$ docker-compose up
$ ./sample-data.sh import

The default user and password are configured in the config.js file of the backend. By default they are: admin / admin.

For development you can use npm start to spawn a local webserver.

2017, Institute for Automation of Complex Power Systems, EONERC

License

This project is released under the terms of the GPL version 3.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

For other licensing options please consult Prof. Antonello Monti.

Contact

EONERC ACS Logo

Institute for Automation of Complex Power Systems (ACS)
EON Energy Research Center (EONERC)
RWTH University Aachen, Germany