about debian installation

Having trouble installing serendipity?
Post Reply
dasq
Regular
Posts: 8
Joined: Fri Jul 10, 2009 3:56 am

about debian installation

Post by dasq »

Hi,

I installed serendipity via debian packages, and it went smooth, also creating the database for serendipity successed. I'v tried to find info or introductions to continue from there but so far im out of luck (or i dont know what iv run into, im very new with this).

I understand im suppose to link apache & serendipity now somehow? also i have a address for testing serendipity, http://serendipity.myhost.com or http://myhost.com/serendipity , but i'v yet to find a way to configure this right.

summary: i'v installed & database created, but yet to receive the testpage

Any help is appreaciated, very little on debian afai been able to find :roll:

Thanks advance
Last edited by dasq on Tue Jul 14, 2009 10:17 pm, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: about debian installation

Post by garvinhicking »

Hi!

Sadly I'm not that much experienced with the debian package. I belive Kink, the packaging author, might have tips on this, I believe his contact data should be in the package details.

It adds s9y somewher ein the defualt /usr/share/htdocs or something like that, from where you would need to put it into your usual VHost...

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
onli
Regular
Posts: 3044
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: about debian installation

Post by onli »

In ubuntu, serendipity is placed in a specific folder (/usr/share/serendipity/www/) and the only thing you should have to do is to point apache or lighttpd to that. That means, you have to configure the datapath for lighttpd, and for apache probably it's enough to copy /etc/serendipity/apache.conf to /etc/apache2/conf.d/serendipity. Hope the packages don't differ too much.
dasq
Regular
Posts: 8
Joined: Fri Jul 10, 2009 3:56 am

Re: about debian installation

Post by dasq »

hey,

thanks a lot for the answers, gona test this as soon as i get a chance
dasq
Regular
Posts: 8
Joined: Fri Jul 10, 2009 3:56 am

Re: about debian installation

Post by dasq »

Solved!
garvinhicking wrote:Hi!

Sadly I'm not that much experienced with the debian package. I belive Kink, the packaging author, might have tips on this, I believe his contact data should be in the package details.

It adds s9y somewher ein the defualt /usr/share/htdocs or something like that, from where you would need to put it into your usual VHost...

HTH,
Garvin
I contacted Kink & got the solution for this, thanks a lot for tip.

If some other firsttimer(like me) has problem with this, the solution was 1line:
ln -s /etc/serendipity/apache.conf /etc/apache2/conf.d/serendipity.conf
and reload Apache
seraphyn
Regular
Posts: 211
Joined: Fri Dec 01, 2006 8:42 am
Contact:

Re: about debian installation

Post by seraphyn »

  1. http://packages.debian.org/search?suite ... erendipityPackage search Debian
  2. http://packages.debian.org/lenny/all/se ... y/filelistFilelist Serendipity 1.3.1 Lenny
  3. /usr/share/doc/serendipity/README.Debian:Getting started
    ---------------
    You need to configure your webserver for use with Serendipity. A default
    configuration for Apache is included in /etc/serendipity/apache.conf; you
    can drop or symlink it into the /etc/apache*/conf.d directory and reload
    the webserver.

    You can then access your Serendipity install at
    http://localhost/serendipity ; to log into the admin section, use
    the username 'admin' and password 'admin' (and of course change
    that right away).


    Security
    --------

    Register Globals: Debian does not provide security support for installations
    with the PHP register_globals setting turned On. It's also not required for
    Serendipity to operate. Make sure it's off. It's trivial to turn it on just for
    specific legacy sites that may need it.

    PostgreSQL on non-standard port
    -------------------------------

    Currently, Serendipity does not support using PostgreSQL running on a non-standard
    port, other than by hacking the source.
If someone needs next time some help.
Greetings
Brian L
Posts: 1
Joined: Sun Aug 30, 2009 2:08 am

Re: about debian installation

Post by Brian L »

I'm gonna jump in on this thread as well since I'm also trying to get this going with Debian.

Following the advise in this thread I can get Serendipity up and running. However, I cannot log into the Admin page using the default username and password of "John Doe" and "john".

I'm a total newb as far as PHP, Apache, and MySQL are concerned. This machine is also running literally in server mode with no X11 installed, so I'm limited to the command line.

Any help would be greatly appreciated. Thanks.
onli
Regular
Posts: 3044
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: about debian installation

Post by onli »

Try 'admin' and 'admin' :)
sincerely
Post Reply