: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /home/groups/p/pd/pdesk/htdocs/NewDB/drupal-4.3.2/includes/common.inc on line 836.
: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /home/groups/p/pd/pdesk/htdocs/NewDB/drupal-4.3.2/includes/common.inc on line 836.
: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /home/groups/p/pd/pdesk/htdocs/NewDB/drupal-4.3.2/includes/common.inc on line 836.
: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /home/groups/p/pd/pdesk/htdocs/NewDB/drupal-4.3.2/includes/common.inc on line 836.
: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /home/groups/p/pd/pdesk/htdocs/NewDB/drupal-4.3.2/includes/common.inc on line 833.
: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /home/groups/p/pd/pdesk/htdocs/NewDB/drupal-4.3.2/includes/common.inc on line 833.
Submitted by Judd on Wednesday, January 28, 2004 - 04:58 | Linux | Mac OS X | Unix |
|
Installing on Linux
You can get the source directly from CVS or you can use a released version of the source from the
PDesk project page on SourceForge.
You need the following installed:
Your distribution of Linux most likely has a way to install all of this.
From a Source Tar ball
Download the tar ball from
Files in the PDesk project on sourceforge.
Put the tar ball someplace reasonable (e.g. ~/PDesk) and untar:
tar -zxf PDesk_<release>_src.tgz
If you are not using GNU tar (BSD?) then do this to untar:
gunzip -c PDesk_<release>_src.taz | tar -xf -
Now you have ~/PDesk/pdesk/src so go there:
cd pdesk/src
and run Pdesk:
python pdesk.pyw &
From CVS
Follow the
instructions on sourceforge for fetching the source using cvs
Anonymous cvs access is sufficient.
As I recall, you do this:
cd <some directory>
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pdesk login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pdesk co pdesk
Once you do this, you can update the source any time you need to thus:
cvs update
Now you have the source and a way to get updates.
To run pdesk:
cd <some directory>/pdesk/src
python pdesk.pyw &
|