Koozali.org: home of the SME Server

Use webapp contribs more than once

Offline skydivers

  • *
  • 178
  • +0/-0
Use webapp contribs more than once
« on: October 09, 2007, 10:25:48 PM »
Hi,

I'm wondering, is it possible to install a webapp contrib (like wordpress from dungog or phpbb...) which got installed in opt, twice or more.

The wordpress contrib from dungog creates www.yoursite.com/wordpress for example and installs the database with users etc...
Is it possible to use the webapp a second time, to create for example www.yoursite.com/wordpress2 and another database...

Thanx for help!

Offline perelandra

  • *
  • 62
  • +0/-0
Re: Use webapp contribs more than once
« Reply #1 on: October 09, 2007, 10:31:40 PM »
For Gallery2 this is possible and should be mentioned somewhere in the forum here.

For Wordpress you would have to use the MU version (Multiusers). But then you would also have to adapt it to the SME system  - if it should run automatically. But if you create the virtual domains before (even subdomains) it may work for you.

Good luck!
Greetings, Johannes

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
Re: Use webapp contribs more than once
« Reply #2 on: October 09, 2007, 11:14:32 PM »
additional applications have to be manual additions, sorry
I couldn't get the multiuser wordpress to work easily

Offline haymann

  • *
  • 212
  • +0/-0
Re: Use webapp contribs more than once
« Reply #3 on: October 10, 2007, 03:56:07 AM »
additional applications have to be manual additions, sorry
For me the SME Site Maker Script makes it a piece of cake to install your app in /opt. You could use snoble's WP contrib, and then manually install WP in /opt/wordpress2 using the script. The thing that I really like about the script is that you can set the alias as well, so if you installed WP in /opt/wordpress2, you can access it at mysite.com/whatever instead of mysite.com/wordpress2...

I did install WP-MU on a test server yesterday. I haven't messed with trying to get subdomains to work (blog1.mysite.com instead of mysite.com/blog1), but it seemed like everything went fine.
Ryan

Offline skydivers

  • *
  • 178
  • +0/-0
Re: Use webapp contribs more than once
« Reply #4 on: October 10, 2007, 08:09:37 AM »
For me the SME Site Maker Script makes it a piece of cake to install your app in /opt. You could use snoble's WP contrib, and then manually install WP in /opt/wordpress2 using the script. The thing that I really like about the script is that you can set the alias as well, so if you installed WP in /opt/wordpress2, you can access it at mysite.com/whatever instead of mysite.com/wordpress2...

I did install WP-MU on a test server yesterday. I haven't messed with trying to get subdomains to work (blog1.mysite.com instead of mysite.com/blog1), but it seemed like everything went fine.
Ryan

Thanx for the replies guys,

I'll try this on a test server as well!