<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Tweaking The TacoNET Config File</title><link>https://sourceforge.net/p/taconet/wiki/Tweaking%2520The%2520TacoNET%2520Config%2520File/</link><description>Recent changes to Tweaking The TacoNET Config File</description><atom:link href="https://sourceforge.net/p/taconet/wiki/Tweaking%20The%20TacoNET%20Config%20File/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 12 Apr 2013 21:11:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/taconet/wiki/Tweaking%20The%20TacoNET%20Config%20File/feed" rel="self" type="application/rss+xml"/><item><title>Tweaking The TacoNET Config File modified by TacoScott</title><link>https://sourceforge.net/p/taconet/wiki/Tweaking%2520The%2520TacoNET%2520Config%2520File/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -32,4 +32,4 @@

 As you can imagine, we plan to make this process simpler as we move to beta.

-Now that TacoNET is up and running, you can look into [Configuring TacoNET] to actually make it do something.
+Once you have TacoNET up and running, look into [Configuring TacoNET] to actually make it do something.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TacoScott</dc:creator><pubDate>Fri, 12 Apr 2013 21:11:29 -0000</pubDate><guid>https://sourceforge.net63bdfdb1b696bbee0b1ecd4c090fa7d5f031245e</guid></item><item><title>Tweaking The TacoNET Config File modified by TacoScott</title><link>https://sourceforge.net/p/taconet/wiki/Tweaking%2520The%2520TacoNET%2520Config%2520File/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="tweaking-taconet-config"&gt;Tweaking TacoNET Config&lt;/h1&gt;
&lt;p&gt;TacoNET By default will bind the application port to all interfaces, and the web interface to localhost.&lt;/p&gt;
&lt;p&gt;If you are running TacoNET on &lt;strong&gt;Computer A&lt;/strong&gt; and accessing the web interface from &lt;strong&gt;Computer A&lt;/strong&gt;, just point your web browser to &lt;a href="http://localhost:9002/."&gt;http://localhost:9002/.&lt;/a&gt;  You should see the TacoNET Home page.&lt;/p&gt;
&lt;p&gt;If you are running TacoNET on &lt;strong&gt;Computer A&lt;/strong&gt; and accessing the web interface from &lt;strong&gt;Computer B&lt;/strong&gt;, you'll have to follow a little different process. First you'll have to kill TacoNET if it's running. This can get done from the machine running TacoNET by invoking the following command:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;curl&lt;/span&gt; &lt;span class="n"&gt;http&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;//&lt;/span&gt;&lt;span class="n"&gt;localhost&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;9002&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;shutitdown&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;or &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;wget&lt;/span&gt; &lt;span class="n"&gt;http&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;//&lt;/span&gt;&lt;span class="n"&gt;localhost&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;9002&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;shutitdown&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;TacoNET is now shut down. Now, you'll need to edit the settings.json file to tell the TacoNET web interface to bind to either all interfaces, or a specific one of your choosing. Fire up the editor of you choice and edit "settings.json" in your TacoNET directory.&lt;/p&gt;
&lt;p&gt;You'll see a simple config file, near the bottom you'll see the following lines:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&amp;quot;&lt;span class="n"&gt;Web&lt;/span&gt; &lt;span class="n"&gt;IP&lt;/span&gt;&amp;quot;&lt;span class="p"&gt;:&lt;/span&gt; &amp;quot;127&lt;span class="p"&gt;.&lt;/span&gt;0&lt;span class="p"&gt;.&lt;/span&gt;0&lt;span class="p"&gt;.&lt;/span&gt;1&amp;quot;&lt;span class="p"&gt;,&lt;/span&gt;
&amp;quot;&lt;span class="n"&gt;Web&lt;/span&gt; &lt;span class="n"&gt;Port&lt;/span&gt;&amp;quot;&lt;span class="p"&gt;:&lt;/span&gt; &amp;quot;9002&amp;quot;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Change the 127.0.0.1 to another IP, or to 0.0.0.0 to bind to all interfaces.&lt;br /&gt;
Now when you start up TacoNET, you can access the web interface via&lt;/p&gt;
&lt;p&gt;&lt;a href="http://ip-of-computer-a:9002/"&gt;http://ip-of-computer-a:9002/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As you can imagine, we plan to make this process simpler as we move to beta.&lt;/p&gt;
&lt;p&gt;Now that TacoNET is up and running, you can look into &lt;span&gt;[Configuring TacoNET]&lt;/span&gt; to actually make it do something.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">TacoScott</dc:creator><pubDate>Fri, 12 Apr 2013 21:10:58 -0000</pubDate><guid>https://sourceforge.net9eb83859d1b496c1fec3b63cbddc9ab8efbc1c1c</guid></item></channel></rss>