Changes between Version 32 and Version 33 of install
- Timestamp:
- 2012-12-19T02:27:27Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install
v32 v33 163 163 164 164 == Post Installation == 165 === Setup Cron Job for Scheduled Emails === 166 If email feature is being used, then the cron job need to be set up. 167 To set up the cron job, run the following command in terminal as root user: 168 {{{ 169 # crontab -e 170 }}} 171 A editor will pop up and allow you to define the job: 172 {{{ 173 */5 * * * * /PATH/TO/YOUR/IPEER/cake/console/cake sendemails 174 }}} 175 176 This will set up the job run every 5 mins. 177 178 === Loging In === 165 179 You can browse your new iPeer installation by pointing your browser to: http://your.domain/ipeer-directory/, e.g. http://localhost/ipeer/ 166 180 You will be presented a login screen. The default username and password are listed as follow: 167 181 * Username: root 168 * Password: ipeer182 * Password: the password you type in during the installation 169 183 170 You can change the password after login.184 You can also change the password after login. 171 185 172 186 You are done now. Enjoy the iPeer peer evaluation.