View previous topic :: View next topic |
Author |
Message |
Pasketti Tux's lil' helper
Joined: 04 Sep 2003 Posts: 109 Location: Austin, Texas
|
Posted: Sat Mar 05, 2005 8:52 pm Post subject: webapp-config and gallery |
|
|
I'm looking at installing Gallery. What I'd like to be able to do is install individual copies for users on my system, so that they could get there by going to www.cws.org/~user1/gallery, www.cws.org/~user2/gallery, etc.
Looking at webapp-config, it looks like this is something that should be within its capabilities, but I can't seem to figure out how to make it work. It seems more geared to handling virtual hosts, which I don't have.
So does anyone know if webapp-config can do this, or am I out of luck?
Thanks! |
|
Back to top |
|
|
j-m Retired Dev
Joined: 31 Oct 2004 Posts: 975
|
Posted: Sat Mar 05, 2005 9:01 pm Post subject: |
|
|
I´d suggest that you simply copy those webapps manually to required directories because webapp-config has almost always caused me more troubles than good. |
|
Back to top |
|
|
Ian l33t
Joined: 28 Oct 2002 Posts: 834 Location: Somerville, MA
|
Posted: Sat Mar 05, 2005 9:06 pm Post subject: |
|
|
Use the -d flag.
If you do
webapp-config -I gallery -d user1/gallery
it'll put it in your path/to/server/root/user1/gallery.
Then you can manually upgrade or remove them based on the -d flag. It's a bit confusing at first, but I think it makes sense to me now how it works. |
|
Back to top |
|
|
NightMonkey Guru
Joined: 21 Mar 2003 Posts: 357 Location: Philadelphia, PA
|
Posted: Tue Nov 29, 2005 12:49 am Post subject: |
|
|
j-m wrote: | I´d suggest that you simply copy those webapps manually to required directories because webapp-config has almost always caused me more troubles than good. |
I like webapp-config. It allows a managed web application infrastructure. While it can be difficult at first to get its command structure, once you get it, it is very easy to not only install webapps, but *upgrade* them cleanly, without clobbering the application's config files - something apparently not available in other Linux distributions (though I'm prepared to stand corrected - not done a comprehensive survey). _________________
|
|
Back to top |
|
|
rl03 Retired Dev
Joined: 27 Apr 2004 Posts: 27
|
Posted: Sat Jan 28, 2006 2:49 pm Post subject: |
|
|
If you have a problem with webapp-config, please either file a bug or let us know in #gentoo-web on Freenode. |
|
Back to top |
|
|
|