From: Alex B. <en...@tu...> - 2001-09-07 18:04:40
|
> 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. That is exactly what I do. I would expect that usr/local/binarycloud/ would be a production build install dir only. home/user/r2/ is the good place to do it :) _a |