|
[SMS] - Superb Mini Server Project Support Forum |
|
|
|
View previous topic :: View next topic |
Author |
Message |
Euthenics Junior Member
Joined: 15 Sep 2008 Posts: 7
|
Posted: Tue Sep 16, 2008 4:29 pm Post subject: Adding Joomla, Forum and Collaboration Suite application |
|
|
It would be nice for future version to incorporate Joomla which is very useful, a forum application (like this forum or for e.g Simple Machines forum) and a collaboration suite application.
By the way, is there a way for me to add Joomla, forum or a particular collaboration suite by myself in Slack Mini Server?
Thanks. |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue Sep 16, 2008 6:34 pm Post subject: |
|
|
I have thought that, in the past but it's quite simple to install either joomla or phpBB or any other forum application.
A simple guide is login to your server remotely or locally and download the packages to you root directory for instance.
http://heanet.dl.sourceforge.net/sourceforge/phpbb/phpBB-3.0.2.tar.bz2
http://joomlacode.org/gf/download/frsrelease/8376/30993/Joomla_1.5.7-Stable-Full_Package.zip
and navigate to your web root /var/www/htdocs
cd /var/www/htdocs/
tar xvjf /root/phpBB-3.0.2.tar.bz2
I usually create a symlink to forum with
ln -s phpBB3/ forum
open your browser at http://sms/forum and follow the instructions.
there are 3 thing you need to do manual.
make config.php writable with
chmod 777 forum/config.php
create the database and user for it with
mysql
mysql> create database forum;
mysql> grant all on forum.* to user@localhost identified by 'password';
Fill the required info on empty fields and your forum it's ready in 5 minutes.
As for joomla, while you are at /var/www/htdocs do
mkdir joomla
cd joomla
unzip /root/Joomla_1.5.7-Stable-Full_Package.zip
Create the database and user for joomla as above.
Navigate at http://sms/joomla and continue the installation.
You probably might need to save your configuration.php at the end, and place it manually at /var/www/htdocs/joomla.
As you an see it's quite easy to install forums or CRM applications.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
Euthenics Junior Member
Joined: 15 Sep 2008 Posts: 7
|
Posted: Wed Sep 17, 2008 6:48 pm Post subject: |
|
|
Ok, thanks for the detail advised. I really appreciate it.
I shall try it then. |
|
Back to top |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|
SMS - Superb! Mini Server Project © 2016
Powered by phpBB © 2001, 2002 phpBB Group
iCGstation v1.0 Template By Ray © 2003, 2004 iOptional
|
|
|
|