From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-07 15:38:11
|
Hi Jason, >this is my understanding of how it will work.. correct me if i'm >wrong. > $ cd /usr/local/binarycloud > $ make site_name > (it does it's thing) > $ cd build/site_name/en > $ ls > binarycloud ext htdocs user correct. > 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. yeah, groovy - isn't it. Actually, I think it's not quite a good idea to keep bc in /usr/local/binarycloud but in /home/you/projects/yourproject/binarycloud or something like that. So you don't have troubel with root rights etc. Andi |