screenwerk2016
v0.3.9
Published
Screenwerk2016
Downloads
2
Readme
Screenwerk-2016
Installation guide
N/A
Windows
- Git and Node
- Download (https://git-scm.com/download/win) and install
Git-****.exe
(In the install dialogue, remove checkbox mark from the "Enable GIT Credential Manager") - Nodejs download link (https://nodejs.org/en/) and select recommended release. Then install the
node-****.msi
from the directory where it was downloaded.
- Download (https://git-scm.com/download/win) and install
- Open CMD in the desired root location (For example, in the C: drive)
- Run
git clone https://github.com/mitselek/Screenwerk-2016.git
from the CMD window (it will create folder named Screenwerk-2016) - Run
cd Screenwerk-2016
from the same CMD window - Run
npm install
from the same CMD window (you have to be in the Screenwerk-2016 folder)
- Screenwerk will launch after downloading necessary packages where it asks SCREEN-ID. Enter correct screen-id and press ENTER
- To start the Screenwerk, launch the
screenwerk.vbs
or runnpm start
command from the CMD in Screenwerk application folder - Close Screenwerk with
ALT + F4
By default the Screenwerk starts on the second screen (if there are connected more than 1 screen to the PC). To change the start screen, you need to edit the file ./local/screen.yml
Windows (Statoil specific)
- Download source:
- If browser is allowed, then https://github.com/mitselek/Screenwerk-2016/archive/master.zip
- If git already present, then
git clone https://github.com/mitselek/Screenwerk-2016.git
- Install Node and Git from
installers
folder - Run
npm install
from application folder
- Screenwerk will launch and close with message telling you to set up the configuration. Location of configuration file -
./local/screen.yml
- will be opened for you in explorer
- Update the value for SCREEN_EID
- Start the screenwerk with
npm start