Also see the earlier post on
setting up drupal 5.0 in osx 10.4.
- setup crontab (also see here):
crontab -e# m h dom mon dow command
55 23,5,11,17 * * * /usr/bin/wget -O - -q http://parts.mit.edu/igem07/cron.php
- Setup files directory (Note: on osx apache runs as user 'www'. It's different on our server, which is running some flavor of ubuntu/debian: the user is 'www-data'. Find apache's username on your system with 'ps aux | grep apache'.)
sudo mkdir files
sudo chown www-data:admin files
sudo chmod 755 files
No comments:
Post a Comment