Featured post
php - problems exporting Solar php5 root directory from localhost to live server or even other computer -
ok, seems obvious, haven't been able figure out.
i started using solar php5 framework http://solarphp.com. great php5 framework. new framework learning curve.
issue: solar uses many pre-written scripts make directories , files you. making easy rapidly deploy site. being uses these scripts, makes symbolic links files , directories. (example: chapter 1 in manual) great until need export entire root directory upload server or make instance on development computer. problem me is, when this, files editable, not reflect changes when refresh page. doesn't update code. way can accomplish changes or updates, (essentially) run site set-up each time, involves running setup scripts, setting db connections, etc. total pain.
question there advice out there on doing can export working root directory, upload server or other dev machine, without having run scripts on , on again. know easy not know search for.
is method exporting directories/files use symbolic links?
you might try using rsync instead of ftp deploy site. rsync respect symlinks. of course need have ssh access or mount server on ftp/sftp fuse. if youre using svn ssh server , svn export or checkout.
- Get link
- X
- Other Apps
Comments
Post a Comment