From: Jason H. <jc...@ey...> - 2001-09-07 20:47:24
|
Ok, a few more questions come to mind. If I write my core BEFORE I make, this implies that parts of the "source tree" need to be accessible by the webserver. (bindly coding PHP is no fun) When you say "write my code", I assume you mean writing modules. For creating the templates, page definitions, web site directory structure, etc requires an existing document root. It makes sense to me that I can simply 'make site_name', then go to my newly make'd site tree, and begin coding. Where would my virtual host document point? - bc/build/en/site_name - /var/www/html/site_name (symlink to bc/build/en/site_name) - whatever ok, that's all i can muster for now.. jason Alex Black wrote: > Think of it as: > > "source tree" (the place where you write your code) > make -> "binary" which is in our case a collection of files which are > specifically configured to work with that language context, etc. |