Changes between Version 69 and Version 70 of DetailedInstall


Ignore:
Timestamp:
Aug 25, 2010, 6:30:32 AM (14 years ago)
Author:
Andrew Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v69 v70  
    197197 
    198198=== Install Script - Step 1 - Permissions ===  
    199  
     199[[BR]][[BR]] 
    200200On the first page of the install process you can see the files and folders whose permissions should be properly set up.  
    201201    
     
    267267 
    268268=== Install Script - Step 2 - Paths === 
    269  
    270 On the second page of the install you will have to indicate the necessary paths demanded by the script. Here they are: 
    271          
    272     * Site URL: here you should indicate the URL of your Dolphin folder including "http", such as:[[BR]] 
    273     http://mysite.com/mycommunity/ [[BR]] 
    274     (this path is usually properly determined by the installation script but you still should double check) 
    275                  
    276     * Directory root: this should be the server absolute path to the Dolphin folder, such as: 
    277     {{{          
     269[[BR]][[BR]] 
     270On the second page of the install you will have to indicate the necessary paths required by the script. Here they are: 
     271         
     272    * '''Site URL:''' here you should indicate the URL of your Dolphin folder including "http", such as: ''http://mysite.com/mycommunity/'' (this path is usually properly determined by the installation script but you still should double check) 
     273                 
     274    * '''Directory root:''' this should be the server absolute path to the Dolphin folder, such as: 
     275  
     276on Unix systems: 
     277   {{{           
    278278/home/myaccount/public_html/mycommunity/ 
    279279    }}} 
    280 (on Unix systems) or 
    281  
     280on Windows systems: 
    282281    {{{ 
    283282C:/webservers/home/myaccount/www/mycommunity/ 
    284     }}} 
    285     (on Windows systems) 
    286          
    287     This path is usually properly determined by the installation script but you still should double check. 
    288                  
    289     * Path to php binary: here you should indicate the absolute path to php executable file on your server, such as: 
    290     {{{ 
     283    }}}  
     284     
     285This path is usually properly determined by the installation script but you still should double check. 
     286                 
     287    * '''Path to php binary:''' here you should indicate the absolute path to php executable file on your server, such as: 
     288 
     289on Unix systems: 
     290   {{{ 
    291291/usr/local/bin/php  
    292292    }}} 
    293 (on Unix systems) or 
    294  
     293 
     294on Windows systems: 
    295295    {{{ 
    296296C:/php/php.exe  
    297297    }}} 
    298     (on Windows systems). 
    299  
    300     This executable will be used to run crons (periodic tasks). 
    301                  
    302         * Path to ''mogrify'', Path to ''convert'' and Path to ''composite'': these paths indicate the location of [http://www.imagemagick.org/ ''ImageMagick''] applications, which will be necessary if ''php'' running on your server is not compiled with [http://www.boutell.com/gd/ ''GD library'']; 
    303          
    304     ''Imagemagick'' is just an alternative for ''GD'' - image processing application; 
    305         if ''PHP'' is compiled with ''GD'' library and you're not going to use [http://www.imagemagick.org/ ''ImageMagick''] with Dolphin, you can omit these steps and keep the default values. 
     298 
     299This executable will be used to run crons (periodic tasks). 
     300                 
     301        * '''Path to ''mogrify''''', '''Path to ''convert''''' and '''Path to ''composite''''': these paths indicate the location of [http://www.imagemagick.org/ ''ImageMagick''] applications, which will be necessary if ''php'' running on your server is not compiled with [http://www.boutell.com/gd/ ''GD library'']; 
     302         
     303''Imagemagick'' is just an alternative for ''GD'' - image processing application. If ''PHP'' is compiled with ''GD'' library and you're not going to use [http://www.imagemagick.org/ ''ImageMagick''] with Dolphin, you can omit these steps and keep the default values. 
    306304     
    307305    The real paths can be as follows: 
     
    311309/usr/local/bin/composite 
    312310    }}}  
    313         * Check ''GD'' installed: this field shows whether GD library is installed or not 
     311        * '''Check ''GD'' installed:''' this field shows whether GD library is installed or not 
    314312         
    315313Click '''Next''' to continue. 
 
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