Skip to content
This repository has been archived by the owner on Jan 29, 2018. It is now read-only.

General Installation

Claudio Prezzi edited this page Feb 5, 2017 · 12 revisions

Here you get instructions to install LaserWeb3 on different platforms.

###LaserWeb consists of two parts:

  • Backend: A node-server which serves the webpage for LaserWeb and is a bridge for frontend to USB (serial) communication.
  • Frontend: The LaserWeb web-application which should be opened in Google Chrome (or Chromium) browser.

###Requirement

###Install LaserWeb3 Open a command window and enter the following commands:

git clone https://github.com/LaserWeb/LaserWeb3.git
cd LaserWeb3
npm install
node server.js

If you get errors on npm install or node server.js you could try npm install serialport. If you are on linux, go to https://nodejs.org/en/download/package-manager/ and follow the instructions for your platform. If done, try npm install again. If it still doesn't work, ask for support on our G+ community (https://plus.google.com/u/0/communities/115879488566665599508).

###Update LaserWeb

git pull

###Start the server Navigate to the folder, where LaserWeb is installed and type:

node server.js

###Run LaserWeb Open Chrome (or Chromium) and navigate to the address localhost:8000 You should now see the LaserWeb application.