|
Administration Information |
|
What Does This Button Do? |
|
|
 |
The Exchange Project: Administration Tool Preview Release 2.0 |
 |
Any changes made with this administration tool takes effect immediately on the database. If you are unsure of what this administration tool can, and will, do, then it is suggested that you read through the database model documentation.
What you do with this tool is caused by your own actions. No one but you can be held responsible for your actions.
It is recommended that backups are made reguarly. To make backups with MySQL, use mysqldump:
mysqldump catalog >./catalog.sql // dump the model + data to ./catalog.sql.
mysql catalog <./catalog.sql // import the model + data to the database.
This administration tool is made for Preview Release 2.0 of The Exchange Project. For quick notes on this administration tool, go to the support site.
NOTE: To upload or remove images, make sure the catalog/images directory has WRITE permission for the user that runs your Apache process (eg, nobody). This can be made by executing the following commanda:
cd catalog
chmod -R nobody.nobody images |
 |
|
|
|