Node.js is a server side software system designed for writing scalable Internet applications in JavaScript.
- Version: ~0.10.7
- Website: http://nodejs.org/
- Download: http://nodejs.org/download/
- Installation guide: https://github.com/joyent/node/wiki/Installation
AutoIt is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.
- Version: ~3.3.8.1
- Website: http://autoitscript.com/
- Download: http://www.autoitscript.com/site/autoit/downloads/
Clone the repository:
git clone git://github.com/morkai/walkner-xiprog.git
or download and extract it.
Go to the project's directory and install the dependencies:
cd walkner-xiprog/
npm install
Give write permissions to walkner-xiprog/data/
directory.
Configuration settings can be changed in the backend/config.js
file.
-
httpPort
- port on which the HTTP server should listen for requests. -
csvProfilesPath
- path to a directory with the CSV profile files. -
loadSaveDelay
- additional delay that should be added to the standard delay of the load/save profile AutoIt scripts. -
csvOptions
- CSV options used when exporting the history.
Start the application server in development
or production
environment:
-
under Windows:
SET NODE_ENV=development node walkner-xiprog/backend/server.js
Application should be available on a port defined in backend/server.js
file
(1337
by default). Point the Internet browser to http://127.0.0.1:1337/.
walkner-xiprog is released under the CC BY-NC-SA 4.0 License.
Copyright (c) 2014, Łukasz Walukiewicz (lukasz@walukiewicz.eu). Some Rights Reserved.