pieye / nimbus-web

Web visualization of nimbus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nimbus-web

Welcome to nimbus-web. Nimbus-web are the official web pages of the nimbus 3D web interface.

Prerequisites

You must install nimbus-server (see https://github.com/pieye/nimbus-userland) Check if nimbus-server is running: sudo systemctl status nimbusServer.service You can start it with:

sudo systemctl start nimbusServer.service 

or stop it with:

sudo systemctl stop nimbusServer.service 

Getting Started

Install nginx and git

sudo apt-get install nginx git

Clone this repository

git clone https://github.com/pieye/nimbus-web.git

Edit file /etc/nginx/sites-available/default (with sudo) and change line 41 from

root /var/www/html;

to

root /home/pi/nimbus-web;

restart nginx

sudo service nginx restart

Open a browser with the IP address of your raspberry pi.

Contributing

Contributions are very welcome!

Authors

Markus Proeller - Javascript classes

Sebastian Schmidt - UI

See also the list of contributors who participated in this project.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

3rd party libraries

We use the following 3rd party libraries:

About

Web visualization of nimbus

License:GNU General Public License v3.0


Languages

Language:JavaScript 71.4%Language:HTML 20.1%Language:CSS 8.4%