Skip to content

Commit 2c60781

Browse files
committed
.
1 parent 75c089f commit 2c60781

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/rerequisites.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Prerequisites
2+
Please ensure the following prerequisite frameworks and applications are installed. NPM modules need to be installed globally (npm install -g):
3+
- [NodeJS][ca1dffb7] v4.4.7 or greater
4+
- [PhantomJS][6997c770] v2.1 or greater
5+
- [CasperJS][476ee510] v1.1.1 or greater
6+
- [Cmder][9924c39d] (optional)
7+
8+
[ca1dffb7]: http://nodejs.org/ "NodeJS"
9+
[6997c770]: http://phantomjs.org/ "PhantomJS"
10+
[476ee510]: http://casperjs.org/ "CasperJS"
11+
[9924c39d]: http://cmder.net/ "Cmder"
12+
13+
## Update Environment Variables
14+
Make sure your path environment variables are updated for PhantomJS, CasperJS and Cmder withn the executable path.
15+
Depending on where you installed the software the paths will be similar to:
16+
- C:\Program Files\nodejs\
17+
- C:\phantomjs
18+
- C:\casperjs\batchbin
19+
20+
## Check Prerequisities
21+
After the executables paths have been added to your environment variables you can check they are installed correctly using the following commands from the command line:
22+
- node --version
23+
- phantomjs --version
24+
- casperjs --version
25+
26+
If everything is installed correctly each command will return the curent version details.

0 commit comments

Comments
 (0)