There are a few points still not clear to me.
I want to create 15 subdomains of the main domain such as slave1.master.com
These slaves will have independent content and templates but will share some components with the main site, authentification will be performed using jfusion with smf forum as "master".
1. I create a template
id: submonster
List of domain names:
http://{site_id}.master.com
www.master.com/{site_id}
Replicate the tables from an existing DB prefix into a new tables prefix of a new DB
Do I need to replicate the database at this stage or can I just populate it later using "tools" ?
Deployment folder: {root}/{site_id}
I want the subdomains to correspond to subfolders of my main domains because I will add other scripts than joomla
I also want to have media and image as subfolders of each subdomain
Path to Media folder: "{site_dir}/media" or "media" or "{rel_site_dir}/media"?
Path to Image folder:"{site_dir}/image" or "image" or "{rel_site_dir}/image"?
Templates (themes) folder:{site_dir}/templates or {deploy_dir}/templates
FOLDER AND FILES
I do not see the use of having links to the master directory so I keep only the minimum: cache, logs, tmp.
SHARING
I guess I can have independent connection to SMF to manage my users
2 - I create the subdomain
Site ID (*): slave1
List of domain names (*):
slave1.master.com
Why do I have to reenter the URL ? Isn't it provided by the template ?
Replicate the tables from an existing DB prefix into a new tables prefix using the same DB
OK, here its very fuzzy, since I want to copy only a few folders I use from template: submonster but keep all things related to database blank since I will be creating the database when installing the slave.
The following infos appear already in green.
Template Deployed directory:
{root}/{site_id}
Template Themes folder:
{site_dir}/templates
3 - I create the slave site - seems to work fine xcept that when I go to the URL, I have errors ....
Warning: require_once(/home//public_html/test6/includes/defines.php) [function.require-once]: failed to open stream: No such file or directory in /home/.../public_html/test6/index.php(11) : eval()'d code on line 21
Fatal error: require_once() [function.require]: Failed opening required '/home/.../public_html/test6/includes/defines.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/.../public_html/test6/index.php(11) : eval()'d code on line 21
There might be some error somewhere in the template creatio.
Thanks,
LK