Changes between Version 22 and Version 23 of DetailedInstall


Ignore:
Timestamp:
Feb 19, 2008, 4:17:22 AM (16 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v22 v23  
    1212 
    1313{{{ 
    14             lynx http://get.boonex.com/Dolphin-v.6.0-Free 
     14lynx http://get.boonex.com/Dolphin-v.6.0-Free 
    1515}}} 
    1616(for the Free version) 
     
    1919 
    2020{{{ 
    21             lynx http://get.boonex.com/Dolphin-v.6.0-AdFree 
     21lynx http://get.boonex.com/Dolphin-v.6.0-AdFree 
    2222}}} 
    2323(for the Ad-Free version) 
     
    2727Then you will be able to unzip the package under your shell account using the following command: 
    2828{{{ 
    29             unzip Dolphin-v.X.X Dolphin-v.X.X.zip 
     29unzip Dolphin-v.X.X Dolphin-v.X.X.zip 
    3030}}} 
    3131      
     
    189189        * Directory root: this should be the server absolute path to the Dolphin folder, such as: 
    190190{{{              
    191         /home/myaccount/public_html/mycommunity/ 
     191/home/myaccount/public_html/mycommunity/ 
    192192}}} 
    193193(on Unix systems) or 
    194194{{{ 
    195         C:/webservers/home/myaccount/www/mycommunity/ 
     195C:/webservers/home/myaccount/www/mycommunity/ 
    196196}}} 
    197197(on Windows systems) This path is usually properly determined by the installation script but you still should double check. 
     
    199199        * Path to php binary: here you should indicate the absolute path to php executable file on your server, such as: 
    200200{{{ 
    201         /usr/local/bin/php  
     201/usr/local/bin/php  
    202202}}} 
    203203(on Unix systems) or 
    204204{{{ 
    205         C:/php/php.exe  
     205C:/php/php.exe  
    206206}}} 
    207207(on Windows systems) This executable will be used to run crons (periodic tasks). 
     
    212212        The actual paths can be such: 
    213213{{{ 
    214         /usr/local/bin/mogrify 
    215         /usr/local/bin/convert 
    216         /usr/local/bin/composite 
     214/usr/local/bin/mogrify 
     215/usr/local/bin/convert 
     216/usr/local/bin/composite 
    217217}}}      
    218218        * Check ''GD'' installed: this field shows whether GD library is installed or not 
     
    271271                        3. Return to the Dolphin installation page and copy the first command to be run as cron (omitting the zeros and asterisks), for example: 
    272272{{{ 
    273                         /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/cmd.php 
     273/usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/cmd.php 
    274274}}} 
    275275                        and insert it into the first field of your CPanel cron jobs management page 
    276276                        schedule the time for this job, which also can be fetched from the Dolphin installation page, such as: 
    277277{{{ 
    278                         0 0 * * * (which means: run the script every midnight) 
     2780 0 * * * (which means: run the script every midnight) 
    279279}}} 
    280280                        4. Apply the changes and click Back to return to the Cron Management page 
    281281                        5. Do the same for the second cron script: 
    282282{{{ 
    283                         /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/notifies.php 
     283/usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/notifies.php 
    284284}}} 
    285285                        and schedule the time for it: 
    286286{{{ 
    287                         */10 * * * * (which means: run the script every 10 minutes) 
     287*/10 * * * * (which means: run the script every 10 minutes) 
    288288}}} 
    289289                2. Using shell (for experienced users): 
    290290                        run the following command 
    291291{{{ 
    292                         crontab -e 
     292crontab -e 
    293293}}} 
    294294                        This will open your default text editor, where you will have to insert the three lines of code to be executed: 
    295295{{{ 
    296                         MAILTO=myemail@mysite.com 
    297                         0 0 * * * /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/cmd.php 
    298                         */10 * * * * /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/notifies.php 
    299                         Save the file and exit the editor. 
    300 }}} 
     296MAILTO=myemail@mysite.com 
     2970 0 * * * /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/cmd.php 
     298*/10 * * * * /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/notifies.php 
     299}}} 
     300 
     301Save the file and exit the editor. 
    301302 
    302303'''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.'''           
     
    310311                        Notice the chmod commands for specified folders and files on the final installation screen and set the following permissions using right click on the corresponding files and folders: 
    311312{{{ 
    312                         755 for folders (755 means that the objects possessing these permissions will be readable and executable). 
    313 }}} 
    314 {{{ 
    315                         644 for files (644 means that such objects will be only readable). 
     313755 for folders (755 means that the objects possessing these permissions will be readable and executable). 
     314}}} 
     315{{{ 
     316644 for files (644 means that such objects will be only readable). 
    316317}}}              
    317318 
     
    320321                        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: 
    321322{{{ 
    322                         chmod -v 755 ./inc ./periodic 
     323chmod -v 755 ./inc ./periodic 
    323324chmod -v 644 ./periodic/cmd.php ./periodic/notifies.php ./periodic/tags.php ./ray/modules/global/inc/header.inc.php 
    324325}}} 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub