BlueBlox Setup
Here is some miscellanous information about setting up MaxWiki and other stuff on BlueBox.
phpMyAdmin
- install phpMyAdmin: copy over default config, delete phpMyAdmin DB
Email Forwarding
- Directory: /etc/mail
- Add domain names to: local-host-names
- Add forwards to: virtusertable
- Compile: sudo make
- For multiple distribution, add entry to above then do the rest of the steps
- cd /etc
- Add entries to aliases
- Compile with: newaliases
Backing up MySQL
-
sudo mysqldump -u root -p(password) maxwiki > /var/backup/maxwiki_data/maxwiki_`date --iso_8601`.sql