Forum OpenACS Q&A: Second instance of classified ad module

I need to run a second instance of classified add module. So i run the
classified.sql which creates differnt tables (names modifified ) and
then copy all the contents of /gc and /gc/admin into a new directory
and change all the tcl files to refer to the new tables created also i
put up an section like /gc in the parameters.tcl file for my web
server referreing to the directory in which i had copied all the files
from gc directory.

what extra di i have to do as i would require to run multiple sessions
of the modules withe different names from different directories can
any body help.

is there a easier way to replicate a module.

Collapse
Posted by amit singh on
I need to run a second instance of classified add module. So i run the classified.sql which creates differnt tables (names modifified ) and then copy all the contents
      of /gc and /gc/admin into a new directory and change all the tcl files to refer to the new tables created also i put up an section like /gc in the parameters.tcl file for my
      web server referreing to the directory in which i had copied all the files from gc directory.

      what extra di i have to do as i would require to run multiple sessions of the modules withe different names from different directories can any body help.

      is there a easier way to replicate a module.
Collapse
Posted by Marcin Bajer on
Depending on your goal, there is always more than one way :)
Did you consider simplier solution, like adding another domain
within /gc module?