<?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>akeller's world &#187; Installation</title>
	<atom:link href="http://akeller.eu/en/tag/installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://akeller.eu</link>
	<description>Was ich unbedingt mitteilen muß! Weblog von Andreas Keller</description>
	<lastBuildDate>Mon, 16 May 2011 17:30:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Supplement to Installation of Semantic Scuttle</title>
		<link>http://akeller.eu/en/ergaenzung-zu-installation-von-semantic-scuttle/</link>
		<comments>http://akeller.eu/en/ergaenzung-zu-installation-von-semantic-scuttle/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 17:25:50 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Semantic Scuttle]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://akeller.eu/?p=259</guid>
		<description><![CDATA[A supplement to the article Installation of Semantic Scuttle 0.89. Two possible error-messages and how to fix them.
]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Possibly you get an error-messages after installation. There are two known issues at the moment.</p>
<h2>Opening-Tag &lt;? </h2>
<p>In the file templates/top.inc.php at line 52  is &#8220;&lt;? &#8221; used as an opening-tag. This is valid according w3 but some web-server do have a problem with this tag. Just change it to &#8220;&lt;?php&#8221;</p>
<h2>Warning: setlocale() [function.setlocale]</h2>
<p>Maybe you get an error-message like:</p>
<p><code>Warning: setlocale() [function.setlocale]: Passing locale category name as string is deprecated. Use the LC_* -constants instead in C:\web\SemanticScuttle\includes\php-gettext\gettext.inc on line 131 </code><br /><code>Warning: setlocale() [function.setlocale]: Invalid locale category name LC_MESSAGES, must be one of LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, or LC_TIME in C:\web\SemanticScuttle\includes\php-gettext\gettext.inc on line 131 </code></p>
<p>I had this once with an local XAMPP-installation. As far as I find out this is a problem of the web-server. For details visit <a href="http://de.php.net/manual/en/function.setlocale.php" title="php.net function setlocale.php">PHP.NET</a>.</p>
<p>Because this is only a warning you can avoid the output of this message by modifying<br />
/includes/php-gettext/gettext.inc, at line 131 you find:</p>
<p><code>$ret = setlocale(LC_MESSAGES, $locale); </code><br />
Just at an @ before setlocale:<br />
<code>$ret = @setlocale(LC_MESSAGES, $locale); </code></p>

<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://akeller.eu/en/ergaenzung-zu-installation-von-semantic-scuttle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation of Semantic Scuttle 0.89</title>
		<link>http://akeller.eu/en/installation-von-semantic-scuttle-089/</link>
		<comments>http://akeller.eu/en/installation-von-semantic-scuttle-089/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 13:07:04 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Semantic Scuttle]]></category>
		<category><![CDATA[Anleitung]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Scuttle]]></category>

		<guid isPermaLink="false">http://akeller.eu/?p=67</guid>
		<description><![CDATA[A desciption how to install the open source Semantic Scuttle (a social bookmarking system) on your webserver.]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><a title="Semantic Scuttle" href="http://sourceforge.net/projects/semanticscuttle/">Semantic Scuttle</a> is an open source <a title="Wikipedia zu Social Bookmarks" href="http://en.wikipedia.org/wiki/Social_bookmarking">social bookmarking</a> system and a further development from <a title="Scuttle" href="http://sourceforge.net/projects/scuttle/">Scuttle</a>. Some well known hosts uses Scuttle, e.g. <a title="Alltagz.de" href="http://alltagz.de/">Alltagz.de</a>.</p>
<p>In this short tutorial I will give a short description how to install Semantic Scuttle.</p>
<p><span id="more-67"></span></p>
<p>For the installation you need an account with PHP and MySQL. It seems that there are also other database-systems supported but I didn&#8217;t tried to install on a different database than MySQL.</p>
<h2>Installation</h2>
<ol>
<li><a title="Semantic Scuttle" href="http://sourceforge.net/projects/semanticscuttle/">Download Semantic Scuttle</a> form Sourceforge.net, at the moment the latest version is 0.89</li>
<li>Extract the Zip-File and upload the files to your web-server</li>
<li>Import the file &#8220;tables.sql&#8221; to your database. With phpMyAdmin this is quite simpel.</li>
<li>Rename the file &#8220;config.inc.php.example&#8221; to &#8220;config.inc.php&#8221; and open it with your favorite editor.  This file contains all basic information about your system</li>
</ol>
<h2>Settings in &#8220;config.inc.php&#8221;</h2>
<h3>Basic Settings</h3>
<pre>$sitename           = 'SemanticScuttle';</pre>
<p>Name of your site, will appear in the header.</p>
<pre>$welcomeMessage     = 'Welcome to SemanticScuttle! More than a social
bookmarking tool.';</pre>
<p>Welcome-message, will displayed above your bookmarks.</p>
<pre>$root               = NULL;</pre>
<p>Leave here &#8220;NULL&#8221; if your installation is not placed in a sub folder, otherwise you should write here the url to your installation e.g. &#8220;www.yoursite.xx/subfolder/&#8221;.</p>
<pre>$locale             = 'en_GB';</pre>
<p>Here you can set the language of your installation.</p>
<pre>$usecache           = false;</pre>
<p>The cache-system, for now we leave &#8220;false&#8221;.</p>
<pre>$dir_cache          = dirname(__FILE__) .'/cache/';</pre>
<p>Path to cache, leave the preset value.</p>
<pre>$cleanurls          = false;</pre>
<p>This is for setting &#8220;nice urls&#8221;, for now leave it with the default &#8220;false&#8221;.</p>
<h3>Database</h3>
<pre>$dbtype = 'mysql4';</pre>
<p>Choose the type of your database, leave mysql4 for MySQL.</p>
<pre>$dbhost = '127.0.0.1';
$dbport = '3306';</pre>
<p>For over 99% of all installations the default settings are good.</p>
<pre>$dbuser = 'username';
$dbpass = 'password';</pre>
<p>Place here the username and password for your database.</p>
<pre>$dbname = 'scuttle';</pre>
<p>The name of your database.</p>
<pre>$tableprefix = 'sc_';</pre>
<p>Prefix of the tables in your database. If you imported the file &#8220;tables.sql&#8221; than leave the default.</p>
<h3>User</h3>
<pre>$adminemail         = 'admin@example.org';</pre>
<p>This emails-address is used if a users has lost his password and is requesting a new one.</p>
<pre>$admin_users = array('admin');</pre>
<p>Until now there is no user but here you should already put in your login-name. If there are more than one admin use:</p>
<p>array(&#8217;name1&#8242;, &#8216;name2&#8242;, &#8216;name3&#8242;);</p>
<pre>$reservedusers      = array('all', 'watchlist');</pre>
<p>Which words can not be used for usernames.</p>
<h3>Antispam</h3>
<p>For registration there is a simple antispam-question.</p>
<pre>$antispamQuestion = 'name of this application (no Caps)';</pre>
<p>The question, e.g. =&#8217;What is 2 plus 3&#8242;;</p>
<pre>$antispamAnswer = 'semanticscuttle';</pre>
<p>The answer, e.g =&#8217;5&#8242;;</p>
<p>The rest of the file is not important at the moment, we want to have a running system quick. <img src='http://akeller.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<ol>
<li>Save the file &#8220;config.inc.php&#8221; and upload it to your webserver.</li>
<li>Browse to your installation. If everything is OK you will see:</li>
</ol>

<a href="http://akeller.eu/wp-content/gallery/semanticscuttle/sscuttle01.jpg" rel="shadowbox[post-67];player=img;" title="Der Startbildschirm von Semantic Scuttle, noch kein Benutzer und Bookmark" class="shutterset_singlepic15" >
	<img class="ngg-singlepic ngg-center" src="http://akeller.eu/wp-content/gallery/cache/15__320x240_sscuttle01.jpg" alt="Semantic Scuttle Startbildschirm" title="Semantic Scuttle Startbildschirm" />
</a>

<p style="text-align: center;"><small>Start page of Semantic Scuttle</small></p>
<h2>Register as user</h2>
<p>Now you should register yourself as a user. Click on the link &#8220;register&#8221;.</p>

<a href="http://akeller.eu/wp-content/gallery/semanticscuttle/sscuttle02.jpg" rel="shadowbox[post-67];player=img;" title="Sematic Scuttle User registrieren" class="shutterset_singlepic16" >
	<img class="ngg-singlepic ngg-center" src="http://akeller.eu/wp-content/gallery/cache/16__320x240_sscuttle02.jpg" alt="Sematic Scuttle User registrieren" title="Sematic Scuttle User registrieren" />
</a>

<p style="text-align: center;"><small>User-registration</small></p>
<p>Fill the form and click the button &#8220;register&#8221;. This will lead you to the startpage logged in as a user.</p>

<a href="http://akeller.eu/wp-content/gallery/semanticscuttle/sscuttle03.jpg" rel="shadowbox[post-67];player=img;" title="Semantic Scuttle Startbildschirm mit angemeldeten Benutzer" class="shutterset_singlepic17" >
	<img class="ngg-singlepic ngg-center" src="http://akeller.eu/wp-content/gallery/cache/17__320x240_sscuttle03.jpg" alt="Semantic Scuttle Startbildschirm mit angemeldeten Benutzer" title="Semantic Scuttle Startbildschirm mit angemeldeten Benutzer" />
</a>

<p style="text-align: center;"><small>Start page logged in as user</small></p>
<h2>Add Bookmark</h2>
<p>Now we want to add a bookmark to your fresh Sematic Scuttle, click on the link &#8220;add a bookmark&#8221;.</p>

<a href="http://akeller.eu/wp-content/gallery/semanticscuttle/sscuttle04.jpg" rel="shadowbox[post-67];player=img;" title="Semantic Scuttle Bookmark hinzufügen" class="shutterset_singlepic18" >
	<img class="ngg-singlepic ngg-center" src="http://akeller.eu/wp-content/gallery/cache/18__320x240_sscuttle04.jpg" alt="Semantic Scuttle Bookmark hinzufügen" title="Semantic Scuttle Bookmark hinzufügen" />
</a>

<p style="text-align: center;"><small>Add Bookmark</small></p>
<p>On this page &#8220;add bookmark&#8221; you find some useful tools. At <strong>Bookmarklet</strong> there are two useful links for quick bookmarking. Especially the version (Pop-up) I like very much. Drag and drop the link to the toolbar of your browser and you can easily add bookmarks to your Semantic Scuttle.</p>

<a href="http://akeller.eu/wp-content/gallery/semanticscuttle/sscuttle05.jpg" rel="shadowbox[post-67];player=img;" title="Bookmarklet pop-up Bookmark hinzufügen" class="shutterset_singlepic19" >
	<img class="ngg-singlepic ngg-center" src="http://akeller.eu/wp-content/gallery/cache/19__320x240_sscuttle05.jpg" alt="Bookmarklet pop-up Bookmark hinzufügen" title="Bookmarklet pop-up Bookmark hinzufügen" />
</a>

<p style="text-align: center;"><small>Popup add Bookmark</small></p>
<p>At <strong>Import</strong> you have the ability to import Bookmarks.</p>
<p>Fill the required information in the form, after clicking &#8220;Add Bookmark&#8221; you be redirected  again to the start-page.</p>

<a href="http://akeller.eu/wp-content/gallery/semanticscuttle/sscuttle06.jpg" rel="shadowbox[post-67];player=img;" title="Semantic Scuttle mit Bookmark" class="shutterset_singlepic20" >
	<img class="ngg-singlepic ngg-center" src="http://akeller.eu/wp-content/gallery/cache/20__320x240_sscuttle06.jpg" alt="Semantic Scuttle mit Bookmark" title="Semantic Scuttle mit Bookmark" />
</a>

<p style="text-align: center;"><small>Semantic Scuttle with the first bookmark</small></p>
<p>You saw, it is quite easy to install Semantic Scuttle. In the next days I will write something about further adjustments of Semantic Scuttle.</p>

<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://akeller.eu/en/installation-von-semantic-scuttle-089/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

