Changes between Version 10 and Version 11 of DetailedInstall
- Timestamp:
- Aug 31, 2007, 7:18:41 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetailedInstall
v10 v11 255 255 */10 * * * * /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/notifies.php 256 256 Save the file and exit the editor. 257 }}} 258 259 === Post-Installation file permission === 260 261 6. Now you should set the final permissions and delete the install folder, using an FTP or SSH client. 257 }}} 258 259 '''Hint: The above lines serve as an example. The actual Cron Job commands are generated by the script at 6th step of the installation process. And you can easily copy&paste them into the "crontab" file.''' 260 261 === Permission Reversal === 262 263 6. Now you should set the final permissions and '''delete the install folder''', using an FTP or SSH client. 262 264 * Using FTP client. 263 265 Log into your FTP account using your favorite FTP client and navigate to the folder in which you have installed Dolphin script. … … 275 277 Log into your shell account using your favorite shell client and change directory for that which contains your installed Dolphin script. Now run the following commands under your SSH prompt: 276 278 {{{ 277 chmod -v 755 incperiodic278 chmod -v 644 periodic/cmd.php periodic/notifies.phpray/modules/global/inc/header.inc.php279 chmod -v 755 ./inc ./periodic 280 chmod -v 644 ./periodic/cmd.php ./periodic/notifies.php ./periodic/tags.php ./ray/modules/global/inc/header.inc.php 279 281 }}} 280 282 281 === Log in to Administration Panel === 282 283 7. Click login to Dolphin Admin Panel to change the admin password. You should use the following paths according to your installation http://www.mysite.com/admin/ or http://www.mysite.com/mycommunity/admin/ 284 You will see the admin login page. Input the following default requisites: 285 {{{ 286 log in: admin 287 Password: dolphin 288 }}} 289 Once you're in, navigate to Global settings -> Change admin password. 290 Fill in the Change administrator password form: 291 292 Old Password: dolphin 293 294 New Password: choose something difficult-to-guess 295 296 Confirm new password 297 298 Save Password will complete this operation. 299 300 8. Now you can visit your Dolphin home page by clicking on Site Home in upper right. 301 302 ''Don't forget to Log Out from the admin panel when you're done.'' 283 === Final Step: Setting Site E-mail and Admin Login information === 284 285 7. At this stage it is necessary for you to input the important site credentials. They are: 286 287 * '''Site E-mail''' - general site E-mail; 288 * '''Notify E-mail''' - an E-mail address which will be used in the "From" subject; 289 * '''Bug Report''' - an E-mail will be used for you to receive if any errors will be produced by the script; 290 * '''Set Admin Login information''' - you should choose the login and password for your Administration Panel. 291 292 8. Now you can visit your Dolphin Community home page, of course if '''you have deleted install folder'''. 293