<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Agence de Développement Informatique du Nord &#187; casperjs</title>
	<atom:link href="http://blog.adin.pro/category/casperjs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adin.pro</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 26 Dec 2019 08:54:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>How to install phantomjs &amp; casperjs</title>
		<link>http://blog.adin.pro/2014-01-29/how-to-install-phantomjs-casperjs/</link>
		<comments>http://blog.adin.pro/2014-01-29/how-to-install-phantomjs-casperjs/#comments</comments>
		<pubDate>Wed, 29 Jan 2014 15:37:50 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[casperjs]]></category>
		<category><![CDATA[phantomjs]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=340</guid>
		<description><![CDATA[<p>To install phantomjs &#038; casperjs, do not use your distribution packages, you won&#8217;t have the right versions and your casperjs version will not be compatible with phantomjs version. Instead, follow theses simple steps : To test it, simply run the &#8230; <a href="http://blog.adin.pro/2014-01-29/how-to-install-phantomjs-casperjs/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-01-29/how-to-install-phantomjs-casperjs/">How to install phantomjs &#038; casperjs</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>To install phantomjs &#038; casperjs, do not use your distribution packages, you won&#8217;t have the right versions and your casperjs version will not be compatible with phantomjs version.</p>
<p>Instead, follow theses simple steps :</p>
<pre class="brush: bash; title: ; notranslate">
#phantomjs
cd /opt
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
tar xjvf phantomjs-1.9.7-linux-x86_64.tar.bz2
ln -s ln -s phantomjs-1.9.7-linux-x86_64 phantomjs
ln -s /opt/phantomjs/bin/phantomjs /usr/local/bin

#casperjs
cd /opt
wget https://codeload.github.com/n1k0/casperjs/legacy.zip/1.1-beta3
unzip 1.1-beta3
ln -s n1k0-casperjs-4f105a9/ casperjs
ln -s /opt/casperjs/bin/casperjs /usr/local/bin/
</pre>
<p>To test it, simply run the casperjs command</p>
<pre class="brush: bash; title: ; notranslate">
root@bigone:/opt# casperjs
CasperJS version 1.1.0-beta3 at /opt/casperjs, using phantomjs version 1.9.7
Usage: casperjs [options] script.1 [script argument [script argument ...]]
      casperjs [options] test [test path [test path ...]]
      casperjs [options] selftest
      casperjs [options] __selfcommandtest

Options: 

--verbose   Prints log messages to the console
--log-level Sets logging level
--help      Prints this help
--version   Prints out CasperJS version
--engine=name Use the given engine. Current supported engine: phantomjs and slimerjs

Read the docs http://docs.casperjs.org/
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2014-01-29/how-to-install-phantomjs-casperjs/">How to install phantomjs &#038; casperjs</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2014-01-29/how-to-install-phantomjs-casperjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
