Re: [EasyMoblog] installation of easymoblog under subhosted domains on "Virtual Private server"
Status: Inactive
Brought to you by:
ubik77
|
From: Mark W. <mw...@se...> - 2005-10-11 22:17:26
|
Hi Robert, On 12/10/2005, at 3:05 AM, Webb, Robert wrote: > Have multiple domain names (names based on rather specialized/ > esoteric topics) "subhosted" via a "Verio" virtual private server. > (see http://www.verio.com/vps-v2-1000-plan/ and pages linked > thereunder for the technical details). Wish to install a separate > blog for each domain, preferably under C level name > "blog.domainname.com" (example) rather than "domain.com" so that > blog can be one feature, not the prime feature of the site. Has > anyone done this before - if, for example, I have 50 domains, will > I have to install the full program 50 times (thus use 50X of server > disk space) and create 50 separate databases? is there a way to > limit this? > > I've installed it once under the main domain, not subhosted > domains, so server basically can handle it. First up, EasyMoblog is no longer maintained. The main developer has disappeared and development has stagnated. The good news is that we have branched the code to a new project called CoMoblog - http://comoblog.serialmonkey.com. Version 1.0 is currently in BETA testing and I hope to release it in the next couple of days. It's essentially EML version 0.5.1 with a swag of bug fixes and enhancements. This is where development will continue, In regards to your question, yes you will need to install CML 50 times - but you will only need a single database. CML supports a feature called "database table prefix" where each instance of CML can exist in the same DB, but each uses a different prefix on the table names so they don't interfere with each other. If you like I may be able to investigate adding a function that allows a single CML installation to service multiple domains. This would involve installling CML into a "common" folder and just having the dynamic content stored within a folder for each webhost (dynamic content being the local configuration file and any uploaded static content). If you like wander over to our SF repository (www.sf.net/ projects/comoblog) and raise a RFE (Feature Enhancement) description what you would like and I will investigate. ---- Regards, Mark Wallis mw...@se... http://mark.serialmonkey.com |