Difference between revisions of "Scuttle"

From SME Server
Jump to navigationJump to search
Line 20: Line 20:
 
=== Installation ===
 
=== Installation ===
 
This contrib can be found in the [http://www.dungog.net Dungog] repository.  
 
This contrib can be found in the [http://www.dungog.net Dungog] repository.  
Code
+
 
<br>USAGE
+
1. Log in (with username root) to the SMEserver console.
<br>; My comments
+
 
<br># "Command to be written or pasted into the console"
+
2. If you already enabled Dungog repo, skip down to 6, if your'e unsure, go to 5.
<br>
+
 
<br>COMMANDS
+
3. Add dungog repository to your yum-repositories database:
<br><br>; 1. Log in (with username root) to the SMEserver console.
+
 
<br>
+
<code>/sbin/e-smith/db yum_repositories set dungog repository \
<br>; 2. If you already enabled Dungog repo, skip down to 6, if your'e unsure, go to 5.
+
 
<br>
+
Name 'SME Server 7 - dungog' \
<br>; 3. Add dungog repository to your yum-repositories database:
+
 
<br>
+
BaseURL 'http://sme.dungog.net/packages/smeserver/7.0/i386/dungog/' \
<br># /sbin/e-smith/db yum_repositories set dungog repository \
+
 
<br>Name 'SME Server 7 - dungog' \
+
EnableGroups yes \
<br>BaseURL 'http://sme.dungog.net/packages/smeserver/7.0/i386/dungog/' \
 
<br>EnableGroups yes \
 
 
<br>GPGCheck no \
 
<br>GPGCheck no \
<br>Visible yes \
+
 
<br>status disabled
+
Visible yes \
<br>
+
 
<br>; 4. Do this for the changes to take effect:
+
status disabled
<br># /sbin/e-smith/expand-template /etc/yum.conf
+
</code>
<br>
+
 
<br>; 5. Check correct input with
+
4. Do this for the changes to take effect:
<br># db yum_repositories show dungog
+
<code># /sbin/e-smith/expand-template /etc/yum.conf</code>
 +
 
 +
5. Check correct input with
 +
 
 +
<code># db yum_repositories show dungog</code>
 
<br>; It should contain the lines in step 3. If you get nothing in return, go back to 3.
 
<br>; It should contain the lines in step 3. If you get nothing in return, go back to 3.
 
<br>
 
<br>
 
<br>; 6. Download and install scuttle and smeserver-scuttle
 
<br>; 6. Download and install scuttle and smeserver-scuttle
<br># yum install --enablerepo=dungog smeserver-scuttle
+
<br><code># yum install --enablerepo=dungog smeserver-scuttle</code>
 
<br>; I don't install this from smedev because it may contain an older version.
 
<br>; I don't install this from smedev because it may contain an older version.
 
<br>; You will get a y/n-question, answer y if it looks fine.
 
<br>; You will get a y/n-question, answer y if it looks fine.
Line 55: Line 57:
 
<br>----------------------------------------------------------------------
 
<br>----------------------------------------------------------------------
 
<br>; 7. WARNING..........:
 
<br>; 7. WARNING..........:
<br># signal-event post-upgrade
+
<br><code># signal-event post-upgrade</code>
 
<br>; And:
 
<br>; And:
<br># signal-event reboot
+
<br><code># signal-event reboot</code>
 
<br>----------------------------------------------------------------------
 
<br>----------------------------------------------------------------------
 
<br>
 
<br>
 
<br>; 8. create database structure
 
<br>; 8. create database structure
<br># /usr/bin/mysql scuttle < /opt/scuttle/tables.sql
+
<br><code># /usr/bin/mysql scuttle < /opt/scuttle/tables.sql</code>
 
<br>
 
<br>
 
<br>; 9. Copy and rename the config file
 
<br>; 9. Copy and rename the config file
<br># cp /opt/scuttle/config.inc.php.example /opt/scuttle/config.inc.php
+
<br><code># cp /opt/scuttle/config.inc.php.example /opt/scuttle/config.inc.php</code>
 
<br>
 
<br>
 
<br>; 10. Find scuttle mysql password (DbPassword=) with  
 
<br>; 10. Find scuttle mysql password (DbPassword=) with  
<br># config show scuttle
+
<br><code># config show scuttle</code>
 
<br>; Copy the string, it should be similar to this:
 
<br>; Copy the string, it should be similar to this:
 
<br> 2zvEiYibIewQOsQ07KAtObnh5FcOhUhaq+dtSAdXBjuOBsbSoPt5Bty8PEPfjhfHmL0wejMAmUMO
 
<br> 2zvEiYibIewQOsQ07KAtObnh5FcOhUhaq+dtSAdXBjuOBsbSoPt5Bty8PEPfjhfHmL0wejMAmUMO
 
<br>
 
<br>
 
<br>; 11. Open config file with text editor Pico (^-sign means ctrl-button)
 
<br>; 11. Open config file with text editor Pico (^-sign means ctrl-button)
<br># pico -w /opt/scuttle/config.inc.php
+
<br><code># pico -w /opt/scuttle/config.inc.php</code>
 
<br>; Edit the following lines with these values (special for dbpass):
 
<br>; Edit the following lines with these values (special for dbpass):
 
<br> $dbtype = 'mysql';
 
<br> $dbtype = 'mysql';
Line 89: Line 91:
 
<br>
 
<br>
 
<br>; 14. Restrict usage with PublicAccess db, (global-pw are default):
 
<br>; 14. Restrict usage with PublicAccess db, (global-pw are default):
<br># config setprop scuttle PublicAccess global-pw
+
<br><code># config setprop scuttle PublicAccess global-pw</code>
 
<br>; Fore more options: [http://www.dungog.net/sme/webapp.php#scuttle Dungog HowTo]     
 
<br>; Fore more options: [http://www.dungog.net/sme/webapp.php#scuttle Dungog HowTo]     
 
<br>  Scroll to: "to limit access to the web app."
 
<br>  Scroll to: "to limit access to the web app."

Revision as of 18:24, 12 April 2007

Scuttle for SME Server

Maintainer

Dungog (Software)

Description

Scuttle is a web-based social bookmarks manager that enables you to:

  • Store all your favourite links in one place, accessible from anywhere.
  • Share your bookmarks with everyone, with friends or just keep them private.
  • Tag your bookmarks with as many labels, instead of wrestling with folders.



Step-by-step silly HowTo for installation of Scuttle on a fresh SMEserver 7.1.3.
Orginates from Dungog HowTo and some input from the forums.
It reflects the experiences I've had during install and are probably not always applicable.
It's intended for Linux-newbies like myself, experienced users are probably better off using the original.

Check latest releases at Dungog SME software

Installation

This contrib can be found in the Dungog repository.

1. Log in (with username root) to the SMEserver console.

2. If you already enabled Dungog repo, skip down to 6, if your'e unsure, go to 5.

3. Add dungog repository to your yum-repositories database:

/sbin/e-smith/db yum_repositories set dungog repository \

Name 'SME Server 7 - dungog' \

BaseURL 'http://sme.dungog.net/packages/smeserver/7.0/i386/dungog/' \

EnableGroups yes \
GPGCheck no \

Visible yes \

status disabled

4. Do this for the changes to take effect: # /sbin/e-smith/expand-template /etc/yum.conf

5. Check correct input with

# db yum_repositories show dungog
; It should contain the lines in step 3. If you get nothing in return, go back to 3.

; 6. Download and install scuttle and smeserver-scuttle
# yum install --enablerepo=dungog smeserver-scuttle
; I don't install this from smedev because it may contain an older version.
; You will get a y/n-question, answer y if it looks fine.

Step 7 are not necessary
----------------------------------------------------------------------
; 7. WARNING..........:
# signal-event post-upgrade
; And:
# signal-event reboot
----------------------------------------------------------------------

; 8. create database structure
# /usr/bin/mysql scuttle < /opt/scuttle/tables.sql

; 9. Copy and rename the config file
# cp /opt/scuttle/config.inc.php.example /opt/scuttle/config.inc.php

; 10. Find scuttle mysql password (DbPassword=) with
# config show scuttle
; Copy the string, it should be similar to this:
2zvEiYibIewQOsQ07KAtObnh5FcOhUhaq+dtSAdXBjuOBsbSoPt5Bty8PEPfjhfHmL0wejMAmUMO

; 11. Open config file with text editor Pico (^-sign means ctrl-button)
# pico -w /opt/scuttle/config.inc.php
; Edit the following lines with these values (special for dbpass):
$dbtype = 'mysql';
$dbhost = 'localhost';
$dbport = '3306';
$dbuser = 'scuttle';
$dbpass = 'paste copied password here';
$dbname = 'scuttle';
; Exit Pico, save to file, choose config.inc.php

; 12. Open http://yourserver/scuttle/ and register a user.

Step 13-14 are optional, not necessary for Scuttle to function.
--------------------------------------------------------------
; 13. Firefox plugin

; 14. Restrict usage with PublicAccess db, (global-pw are default):
# config setprop scuttle PublicAccess global-pw
; Fore more options: Dungog HowTo
Scroll to: "to limit access to the web app."

Additional information


; If you connect to the SMEserver console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).
; Please note that this was written in april 2007, if the software change then this howto may be outdated.

Please do edit if you find errors or have improvements, but make sure that it works!

Good luck /Per