Changes between Version 32 and Version 33 of install


Ignore:
Timestamp:
2012-12-19T02:27:27Z (11 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install

    v32 v33  
    163163
    164164== Post Installation ==
     165=== Setup Cron Job for Scheduled Emails ===
     166If email feature is being used, then the cron job need to be set up.
     167To set up the cron job, run the following command in terminal as root user:
     168{{{
     169# crontab -e
     170}}}
     171A editor will pop up and allow you to define the job:
     172{{{
     173*/5 * * * * /PATH/TO/YOUR/IPEER/cake/console/cake sendemails
     174}}}
     175
     176This will set up the job run every 5 mins.
     177
     178=== Loging In ===
    165179You can browse your new iPeer installation by pointing your browser to: http://your.domain/ipeer-directory/, e.g. http://localhost/ipeer/
    166180You will be presented a login screen. The default username and password are listed as follow:
    167181* Username: root
    168 * Password: ipeer
     182* Password: the password you type in during the installation
    169183
    170 You can change the password after login.
     184You can also change the password after login.
    171185
    172186You are done now. Enjoy the iPeer peer evaluation.