Welcome to nimbus-web. Nimbus-web are the official web pages of the nimbus 3D web interface.
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
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.
Contributions are very welcome!
Markus Proeller - Javascript classes
Sebastian Schmidt - UI
See also the list of contributors who participated in this project.
This project is licensed under the GPLv3 License - see the LICENSE file for details
We use the following 3rd party libraries:
- three.js, which is licensed under MIT license, see https://github.com/mrdoob/three.js
- jquery, whcich is licensed under MIT license, see https://github.com/jquery/jquery