[help] setup multi-site for statusnet 1.1

Hi all.

I want setup child site naming "mingid" along side default site.

My server: lampp on ubuntu 12.04 - mysql account: root - password is empty
Main database name: status
database for child site: mingvn

I readed tutorial: http://status.net/wiki/Status_network

+ My statusnet_network table:

http://i.imgur.com/KZmwu.png

+ My config.php code:

http://pastebin.com/YGQADDrQ

Could you give me anwser for: where is wrong in my configurations? and in next step, what will i do? And how i access to child site.

Sorry for my bad English.

Many thanks to all.

Comments

  • Fairly sure it won't work with
    ($_server, $_path,'localhost');
    Where you have localhost needs to be a domain preceded by a "." where your sites will reside, like ($_server, $_path,'yourdomain.example'); with sites being site1.yourdomain.example and site2.yourdomain.example

    That's a start.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID