Changeset 698 for trunk/bin/create_quickstart.sh
- Timestamp:
- 02/03/06 09:40:42 (3 years ago)
- Files:
-
- trunk/bin/create_quickstart.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bin/create_quickstart.sh
r678 r698 82 82 svn export http://svn.symfony-project.com/${SVN_PATH}/doc/SANDBOX_README README 83 83 84 # configuration85 86 echo ">>> change default configuration"87 sed -i '' -e "s#all:#all:\\88 relative_url_root: /${SANDBOX_NAME}/web#" apps/${APP_NAME}/config/settings.yml89 90 84 # default: sqlite db 91 85