Sangrak Choi

Results 32 comments of Sangrak Choi

Doesn't merged yet? I think this should be merged.

I don't understand why use like this way.

This will make huge load for system for production sever. (Always compile again for all page loading! It is same as debug mode) Cannot be used for production. Find other...

@rmontagne Sorry, I did misunderstand. I deleted that reply and I post new reply just seconds ago.

I suggest symbolic link: ``` bash $ ln -s /data/mynfs/templates /tmp/template ``` ``` php \Rain\Tpl::configure('tpl_dir', '/tmp/template'); ```

I am using raintpl for 5+ php app servers using git repository. I think, NFS is not good as use of source files. NFS is good for unpredictable changes file...

Sure. I have seperated directory for development in main develop server. Also it has own domain. (http://**dev**.myservice.com) I make shell script for deployment. Also there are many deployment tools for...

Yes, this is so uncomfortable. So i found my own way for convenience, For development, I just always upload files to linked sftp in my IDE. (this maybe same as...

No have for rollback, just rollback source using git, then commit again. then deploy. But my way is so slow for emergency situation.

Yes. That is good with memcached or other caching system.