How to setup a demo
- Unpack the AWF tarball as described, make sure that all required components are installed and run admin/install.php
- Download the mysql dump from demo.awf-cms.org (or create your own and don't forget to use --add-drop-table when using the tool mysqldump)
- Create a script in /etc/cron.hourly that looks like this:
#!/bin/bash
mysql --user=[username] --password=[password]
[database] < /your/path/awf210demo.sql
- Open inc/config.ini and change demo_mode from FALSE to TRUE
- You can contact us, if this procedure doesn't work.
Created: 08.01.2006 17:13 CET, Last Change: 21.01.2006 11:50 CET by admin





