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

Vagrant 'ubuntu/trusty64' Procedure #35

Closed
iceblu3710 opened this issue Jan 1, 2016 · 2 comments
Closed

Vagrant 'ubuntu/trusty64' Procedure #35

iceblu3710 opened this issue Jan 1, 2016 · 2 comments

Comments

@iceblu3710
Copy link
Contributor

I tried to install on my current system and node was seriously messed up so to eliminate my system errors I tried Vagrant. This is a clean testing environment:

$ vagrant init
$ vagrant box add ubuntu/trusty64

Edit Vagrantfile:

config.vm.box = "hashicorp/precise32"
config.vm.network "public_network"
$ vagrant up
$ vagrant ssh
$ sudo apt-get install nodejs nodejs-legacy npm build-essential git
$ git clone https://github.com/openhardwarecoza/LaserWeb.git
$ cd LaserWeb
$ npm install
$ nodejs server.js

dotenv needs to be added to the npm install on the readme

Procedure courtery of @quillford : #10

Next install the npm modules by entering the following npm install serialport socket.io node-static dotenv

@ghost
Copy link

ghost commented Jan 1, 2016

Could you be so kind as to do a pull request? Or if you want the lazy way ojt, while viewing readme.md in the browser, there is a little edit pencil button next to the file name, click, add/fix procedure, then submit (:

@ghost
Copy link

ghost commented Jan 1, 2016

I am sadly on my phone, away from pc :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant