Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Developer info: use this command to create an empty database with all definitions and transfer it directly to the dev host where the installer is:

Code Block
bash
bash
createdb -O core_user -T template0 core_test_db
Info
Code Block
bashbash
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.

...