<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2Fphant</id>
	<title>Linux/phant - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2Fphant"/>
	<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Linux/phant&amp;action=history"/>
	<updated>2026-06-26T12:13:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://k2.ixota.com/index.php?title=Linux/phant&amp;diff=4539&amp;oldid=prev</id>
		<title>Kenneth: /* Keep Phant Running */</title>
		<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Linux/phant&amp;diff=4539&amp;oldid=prev"/>
		<updated>2017-12-16T17:15:49Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Keep Phant Running&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== phant.io ==&lt;br /&gt;
&lt;br /&gt;
http://phant.io/&lt;br /&gt;
&lt;br /&gt;
== Github ==&lt;br /&gt;
&lt;br /&gt;
 https://github.com/sparkfun/phant&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
&lt;br /&gt;
Install node:&lt;br /&gt;
 $ sudo apt-get install nodejs npm nodejs-legacy&lt;br /&gt;
&lt;br /&gt;
Install from node.js:&lt;br /&gt;
 $ npm install -g phant&lt;br /&gt;
&lt;br /&gt;
Start the server:&lt;br /&gt;
 $ phant&lt;br /&gt;
&lt;br /&gt;
Connect to the telnet manager:&lt;br /&gt;
 $ telnet localhost 8081&lt;br /&gt;
&lt;br /&gt;
== Uninstall ==&lt;br /&gt;
&lt;br /&gt;
 npm remove -g phant&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get remove nodejs&lt;br /&gt;
&lt;br /&gt;
== Server ==&lt;br /&gt;
&lt;br /&gt;
 PHANT_PORT=9005 PHANT_TELNET_PORT=9006 phant&lt;br /&gt;
 PHANT_PORT=9090 PHANT_TELNET_PORT=9091 phant&lt;br /&gt;
&lt;br /&gt;
== Keep Phant Running ==&lt;br /&gt;
&lt;br /&gt;
ONCE YOU HAVE PHANT DATA you can now run it forever:&lt;br /&gt;
&lt;br /&gt;
 sudo npm install -g forever&lt;br /&gt;
 # npm install -g phant forever&lt;br /&gt;
&lt;br /&gt;
 forever start /usr/local/bin/phant&lt;br /&gt;
&lt;br /&gt;
 PHANT_PORT=9090 PHANT_TELNET_PORT=9091 forever start /usr/local/bin/phant&lt;br /&gt;
&lt;br /&gt;
 PHANT_PORT=9090 PHANT_TELNET_PORT=9091 forever \&lt;br /&gt;
  --minUptime 1000ms --spinSleepTime 1000ms --workingDir /home/phant \&lt;br /&gt;
  start /usr/local/bin/phant&lt;br /&gt;
&lt;br /&gt;
== Google Chart Graphing ==&lt;br /&gt;
&lt;br /&gt;
Graphing Live Data With Google Charts - http://phant.io/graphing/google/2014/07/07/graphing-data/&lt;br /&gt;
&lt;br /&gt;
Boiler example (with page 1, 24 hour, all data) - http://bobodyne.com/boiler&lt;br /&gt;
&lt;br /&gt;
=== Tutorial ===&lt;br /&gt;
&lt;br /&gt;
Installing Phant on a BeagleBone Black - http://phant.io/beaglebone/install/2014/07/03/beaglebone-black-install/&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
		
	</entry>
</feed>