<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Cockpit</title><link>https://sourceforge.net/p/arcomem/wiki/Cockpit/</link><description>Recent changes to Cockpit</description><atom:link href="https://sourceforge.net/p/arcomem/wiki/Cockpit/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 26 Feb 2014 23:45:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/arcomem/wiki/Cockpit/feed" rel="self" type="application/rss+xml"/><item><title>Cockpit modified by John Arcoman</title><link>https://sourceforge.net/p/arcomem/wiki/Cockpit/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -31,4 +31,6 @@
     tar xzf ~/cockpit.tgz
     chown -R arcomem:arcomem /usr/opt/cockpit/

-Then, go to the `install` directory and follow the instructions in `README` after configuring sudo to let the user run commands as root, or run the `sudo commands' as root, the other ones as the normal user.
+Then, go to the `install` directory and follow the instructions in `README`
+after configuring sudo to let the user run commands as root, or run the \`sudo
+commands' as root, the other ones as the normal user.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Arcoman</dc:creator><pubDate>Wed, 26 Feb 2014 23:45:07 -0000</pubDate><guid>https://sourceforge.netbbedf99651bf700840ffbc9589477dbe0b810486</guid></item><item><title>Cockpit modified by John Arcoman</title><link>https://sourceforge.net/p/arcomem/wiki/Cockpit/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -21,29 +21,14 @@
 widgets.  The report part displays the available crawl metrics.

 It is implemented in Python, uses the Pylons framework, jQuery and a Postgres
-database. It is released under TODO.
+database. It is released under GPLv3.

 # Set up

-Go to the `install` directory and run (this will install the dependencies on a
-Debian Squeeze):
+As root (assuming you will install it as user arcomem):

-    ./install_cockpit.sh
+    mkdir -p /usr/opt/
+    tar xzf ~/cockpit.tgz
+    chown -R arcomem:arcomem /usr/opt/cockpit/

-after configuring sudo to let the user run commands as root, or run the \`sudo
-commands\' as root, the other ones as the normal user.
-
-By default, we have:
-
-    COCKPIT_PYTHON_ENV="/usr/opt/cockpit/cockpit_python_env"
-
-To install the Postgres database and create the tables:
-
-    ./install_db.sh
-    cd ..
-    source $COCKPIT_PYTHON_ENV/bin/activate
-    make set-up
-
-Your Apache should now be serving the site under http://localhost/cockpit/.
-
-See `install/README` for more information.
+Then, go to the `install` directory and follow the instructions in `README` after configuring sudo to let the user run commands as root, or run the `sudo commands' as root, the other ones as the normal user.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Arcoman</dc:creator><pubDate>Thu, 20 Feb 2014 13:54:31 -0000</pubDate><guid>https://sourceforge.net8a69f12c30d6a3042d1a9567163da52e0ec6d9b4</guid></item><item><title>Cockpit modified by John Arcoman</title><link>https://sourceforge.net/p/arcomem/wiki/Cockpit/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="crawler-cockpit"&gt;Crawler cockpit&lt;/h1&gt;
&lt;p&gt;The crawler cockpit offers integrated features managed through a web&lt;br /&gt;
interface. It manages the main part of the Web Archiving process: creating and&lt;br /&gt;
launching campaigns, and viewing statistics about the crawls.  The archivist&lt;br /&gt;
sets up the archiving campaign via the crawler cockpit GUI. A campaign&lt;br /&gt;
is described by an intelligent crawl definition, which associates content&lt;br /&gt;
target to crawl parameters (schedule and technical parameters).  The content&lt;br /&gt;
definition is made of:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;distinct named entities (e.g. person, location, and organisation), time&lt;br /&gt;
  period, free keywords&lt;/li&gt;
&lt;li&gt;and a selection of up to nine social media categories;&lt;/li&gt;
&lt;li&gt;some specific URLs defined in the control group;&lt;/li&gt;
&lt;li&gt;target on specific media content categories;&lt;/li&gt;
&lt;li&gt;type of data to collect.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The crawl parameters describe the campaign schedule and define some technical&lt;br /&gt;
parameters such as politeness or robots.txt compliance.  At the end of the&lt;br /&gt;
crawls, users get access to an overview of the data collected through different&lt;br /&gt;
widgets.  The report part displays the available crawl metrics.&lt;/p&gt;
&lt;p&gt;It is implemented in Python, uses the Pylons framework, jQuery and a Postgres&lt;br /&gt;
database. It is released under TODO.&lt;/p&gt;
&lt;h1 id="set-up"&gt;Set up&lt;/h1&gt;
&lt;p&gt;Go to the &lt;code&gt;install&lt;/code&gt; directory and run (this will install the dependencies on a&lt;br /&gt;
Debian Squeeze):&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;install_cockpit&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sh&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;after configuring sudo to let the user run commands as root, or run the `sudo&lt;br /&gt;
commands\' as root, the other ones as the normal user.&lt;/p&gt;
&lt;p&gt;By default, we have:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;COCKPIT_PYTHON_ENV&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;/usr/opt/cockpit/cockpit_python_env&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;To install the Postgres database and create the tables:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;install_db&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sh&lt;/span&gt;
&lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="p"&gt;..&lt;/span&gt;
&lt;span class="n"&gt;source&lt;/span&gt; &lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="n"&gt;COCKPIT_PYTHON_ENV&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;bin&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;activate&lt;/span&gt;
&lt;span class="n"&gt;make&lt;/span&gt; &lt;span class="n"&gt;set&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;up&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Your Apache should now be serving the site under &lt;a href="http://localhost/cockpit/." rel="nofollow"&gt;http://localhost/cockpit/.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;See &lt;code&gt;install/README&lt;/code&gt; for more information.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Arcoman</dc:creator><pubDate>Wed, 19 Feb 2014 00:25:25 -0000</pubDate><guid>https://sourceforge.net2e510abee8739e8aa607e7f9c95e6dd3cd9e8491</guid></item></channel></rss>