...
Code Block | ||||
---|---|---|---|---|
| ||||
createdb -O core_user -T template0 core_test_db | ||||
Info | ||||
Code Block | bash | bash | ||
pg_dump -x --disable-dollar-quoting --attribute-inserts -O -s core | ssh cajones.org "cat - > /home/www/test.core.install/public/installer/sql/data.sql" |
Zend Framework
You need version 1.11.0 or higher. This will need to be downloaded separately. Packaged versions in Debian or Ubuntu might be too old, but the installer will tell you so. You can download a tar ball of the latest Zend Framework from http://framework.zend.com/download/latest. The "Minimal" version is sufficient.
...