From: Alex B. <en...@tu...> - 2001-09-07 18:03:34
|
> this is my understanding of how it will work.. correct me if i'm wrong. > > (example) > > $ cd /usr/local/binarycloud close: $ cd /usr/local/binarycloud/user/ > $ make site_name > (it does it's thing) > $ cd build/site_name/en > $ ls > binarycloud ext htdocs user yes. > so, if this right, in theory, it would then be possible to remove the > binarycloud root dir (/usr/local/binarycloud) if so desired because all > of the newly make'd site is completely self sufficient/stand-alone. Yes. 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. > jason :) _a |