Changes between Version 26 and Version 27 of DetailedInstall


Ignore:
Timestamp:
Apr 28, 2008, 12:09:19 PM (16 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v26 v27  
    33=== Step 1: Download and Extract === 
    44 
    5 [http://www.boonex.com/products/dolphin/download/ Download] and unzip the Dolphin package. 
     5    [http://www.boonex.com/products/dolphin/download/ Download] and unzip the Dolphin package. 
    66 
    77    * If you are going to upload Dolphin to a remote web server, download it to your computer with your favorite web browser and unzip the package into some folder on your local computer. 
    88 
    9     * If you have shell access to your web server, you may wish to download the Dolphin archive directly to your web server using a browser (such as 'lynx'). 
    10  
    11 If your browser is '''lynx''' you should perform one of the following commands to do that: 
    12  
    13 {{{ 
    14 lynx http://get.boonex.com/Dolphin-v.6.0-Free 
    15 }}} 
    16 (for the Free version) 
    17  
    18 or 
    19  
    20 {{{ 
    21 lynx http://get.boonex.com/Dolphin-v.6.0-AdFree 
    22 }}} 
    23 (for the Ad-Free version) 
    24  
    25 In other browsers the command will look similarly. 
    26  
    27 Then you will be able to unzip the package under your shell account using the following command: 
    28 {{{ 
     9    * If you have shell access to your web server, you may wish to download the Dolphin archive directly to your web server using the '''wget''' command. 
     10 
     11    {{{ 
     12wget http://get.boonex.com/Dolphin-v.6.1-Free 
     13    }}} 
     14    (for the Free version) 
     15 
     16    or 
     17    {{{ 
     18wget http://get.boonex.com/Dolphin-v.6.1-AdFree 
     19    }}} 
     20    (for the Ad-Free version) 
     21 
     22    Then you will be able to unzip the package under your shell account using the following command: 
     23    {{{ 
    2924unzip -d Dolphin-v.X.X Dolphin-v.X.X.zip 
    30 }}} 
    31       
    32  "v.X.X" stands for current latest version index. Thus, the Dolphin package will be extracted into the folder called Dolphin-v.X.X in the same directory where you have uploaded Dolphin-v.X.X.zip. 
    33  
    34  
     25    }}} 
     26 
     27    "v.X.X" stands for the version index. Thus, the Dolphin package will be extracted into the folder called Dolphin-v.X.X in the same directory where you have uploaded Dolphin-v.X.X.zip. 
     28 
     29---- 
     30         
    3531=== Step 2: Create a Database and a User === 
    3632 
    37 If your hosting provider has cPanel, you can follow these instructions to create your Dolphin database and user. 
    38  
    39    1. Log in to your cPanel. 
    40    2. Click MySQL Databases. 
    41    3. Create a database user: 
    42          1. Choose a username for Dolphin (for example "dolphin") and enter it in the Username field. 
    43          2. Choose a difficult-to-guess password (ideally containing a combination of upper- and lower-case letters, numbers, and symbols), and input it into the Password field. 
    44          3. Click Create user.  
    45    4. Create a Dolphin database and add the user to it: 
    46          1. Choose a name for your Dolphin database (for example "dolphin" or "community"), input it in the New Database field and click Create Database. 
    47          2. Under Add Users To Your Database, select your Dolphin username from the User dropdown list, then select your Dolphin database from the Database dropdown list. Make sure ALL is checked under Privileges, then click Add User To Database. 
    48    5. When you return to the main MySQL Account Maintenance screen, cPanel will list information about the database you just created. You should see the username you just added to the database (with ALL PRIVILEGES), as well as a few sample Connection Strings for you to use in Perl or PHP scripts to connect to the database. The PHP code will have the following format:  
    49 {{{ 
     33'''Using CPanel''' 
     34 
     35    If your hosting provider has cPanel, you can follow these instructions to create your Dolphin database and user. 
     36 
     37    1. Log in to your cPanel. 
     38    
     39    2. Click MySQL Databases. 
     40    
     41    3. Create a database user: 
     42    
     43        1. Choose a username for Dolphin (for example "dolphin") and enter it in the Username field. 
     44                 
     45        2. Choose a difficult-to-guess password (ideally containing a combination of upper- and lower-case letters, numbers, and symbols), and input it into the Password field. 
     46                 
     47        3. Click Create user.  
     48                 
     49    4. Create a Dolphin database and add the user to it: 
     50         
     51        1. Choose a name for your Dolphin database (for example "dolphin" or "community"), input it in the New Database field and click Create Database. 
     52                 
     53            2. Under Add Users To Your Database, select your Dolphin username from the User dropdown list, then select your Dolphin database from the Database dropdown list. Make sure ALL is checked under Privileges, then click Add User To Database. 
     54                 
     55    5. When you return to the main MySQL Account Maintenance screen, cPanel will list information about the database you just created. You should see the username you just added to the database (with ALL PRIVILEGES), as well as a few sample Connection Strings for you to use in Perl or PHP scripts to connect to the database. The PHP code will have the following format:  
     56    {{{ 
    5057$dbh = mysql_connect("hostname", "username", "<PASSWORD HERE>") or die ("message"); 
    5158mysql_select_db("databasename"); 
    52 }}} 
     59 
     60    }}} 
     61         
    5362    Write down the values of ''hostname'', ''username'', ''databasename'', and the password you have chosen. (Note that ''hostname'' will usually be ''localhost''.)  
    5463 
     
    5665'''Using phpMyAdmin''' 
    5766 
    58 If your web server has phpMyAdmin installed, and you are logged in as the MySQL administrator, you can follow these instructions to create your Dolphin username and database. 
    59  
    60 '''Note''': These instructions are written for phpMyAdmin 2.6.1; the phpMyAdmin user interface can vary slightly between versions. 
    61  
    62    1. Create a database: 
    63         1. Choose a name for your Dolphin database (for example "dolphin" or "mycommunity"), enter it in the Create new database field and click Create.  
    64         2. Click the Home icon in the upper left to return to the main page, then click Privileges and follow these steps tp create a user: 
    65                         1. Click Add a new User. 
    66                         2. Chose a user name for Dolphin (for example "dolphin") and enter it in the User name field (make sure Use text field: is selected from the dropdown list). 
    67                         3. Leave the Host field blank. 
    68                         4. Choose a difficult-to-guess password (ideally containing a combination of upper- and lower-case letters, numbers, and symbols), and enter it in the Password field (make sure Use text field: is selected from the dropdown list.) Re-enter the password in the Re-type field. 
    69          3. Write down the username and password you have chosen. 
    70          4. Leave the default values for the Global privileges section. 
    71          5. Click Go. 
    72    2. Return to the Privileges screen and click the Edit privileges icon on the user you've just created for Dolphin. In the Database-specific privileges section, select the database you've just created for Dolphin from the Add privileges to the following database dropdown list. The page will refresh with privileges for that database. Click Check All to select all privileges, and click Go. 
    73    3. On the resulting page, make note of the host name listed after Server: at the top of the page. (This will usually be ''localhost''.)  
     67    If your web server has phpMyAdmin installed, and you are logged in as the MySQL administrator, you can follow these instructions to create your Dolphin username and database. 
     68 
     69    '''Note''': These instructions are written for phpMyAdmin 2.6.1; the phpMyAdmin user interface can vary slightly between versions. 
     70 
     71    1. Create a database: 
     72         
     73        1. Choose a name for your Dolphin database (for example "dolphin" or "mycommunity"), enter it in the Create new database field and click Create. 
     74                 
     75            2. Click the Home icon in the upper left to return to the main page, then click Privileges and follow these steps tp create a user: 
     76         
     77            1. Click Add a new User. 
     78                 
     79            2. Chose a user name for Dolphin (for example "dolphin") and enter it in the User name field (make sure Use text field: is selected from the dropdown list). 
     80                 
     81            3. Leave the Host field blank. 
     82                 
     83            4. Choose a difficult-to-guess password (ideally containing a combination of upper- and lower-case letters, numbers, and symbols), and enter it in the Password field (make sure Use text field: is selected from the dropdown list.) Re-enter the password in the Re-type field. 
     84                 
     85        3. Write down the username and password you have chosen. 
     86                  
     87        4. Leave the default values for the Global privileges section. 
     88                 
     89        5. Click Go. 
     90                 
     91    2. Return to the Privileges screen and click the Edit privileges icon on the user you've just created for Dolphin. In the Database-specific privileges section, select the database you've just created for Dolphin from the Add privileges to the following database dropdown list. The page will refresh with privileges for that database. Click Check All to select all privileges, and click Go. 
     92         
     93    3. On the resulting page, make note of the host name listed after Server: at the top of the page. (This will usually be ''localhost''.)  
    7494 
    7595 
    7696'''Using MySQL Client''' 
    7797 
    78 If you have shell access to your web server, are comfortable with using the command line, and your MySQL user has the permissions to create MySQL users and databases, you can follow the sample session below to create your Dolphin username and database. 
    79 {{{ 
     98    If you have shell access to your web server, are comfortable with using the command line, and your MySQL user has the permissions to create MySQL users and databases, you can follow the sample session below to create your Dolphin username and database. 
     99    {{{ 
    80100$ mysql -u adminusername -p 
    81101Enter password: 
     
    97117Bye 
    98118$  
    99 }}} 
    100  
    101 In the above: 
    102  
    103     * adminusername will typically be root, unless you have another high-privileged account set up. 
    104     * dolphin or mycommunity can be sample values for databasename. 
    105     * dolphin is a sample value for dolphinusername. 
    106     * hostname will usually be localhost. If you don't know what this value should be, refer to your system administrator. If you are the system administrator, just figure out what this value should be. 
    107     * password should be a difficult-to-guess password, ideally containing a combination of upper- and lower-case letters, numbers, and symbols. 
    108  
    109 Write down the values you used for databasename, dolphinusername, hostname, and password. 
    110  
     119    }}} 
     120 
     121    In the above: 
     122 
     123        * adminusername will typically be root, unless you have another high-privileged account set up. 
     124                 
     125        * dolphin or mycommunity can be sample values for databasename. 
     126                 
     127        * dolphin is a sample value for dolphinusername. 
     128                 
     129        * hostname will usually be localhost. If you don't know what this value should be, refer to your system administrator. If you are the system administrator, just figure out what this value should be. 
     130                 
     131        * password should be a difficult-to-guess password, ideally containing a combination of upper- and lower-case letters, numbers, and symbols. 
     132 
     133    Write down the values you used for databasename, dolphinusername, hostname, and password. 
     134 
     135---- 
    111136 
    112137=== Step 3: Place the files === 
     
    119144Note: The location of your root web directory in the filesystem on your web server will vary across hosting providers and operating systems. Check with your hosting provider or system administrator if you do not know where this is. 
    120145 
    121 In the Root Directory 
     146''In the Root Directory'' 
    122147 
    123148    * If you need to upload your files into your web server, use your favorite FTP client to upload all the contents of the Dolphin-v.X.X.zip archive into the root directory of your web site. 
     
    125150 
    126151 
    127 In a Subdirectory 
     152''In a Subdirectory'' 
    128153 
    129154    * If you need to upload your files into your web server, create a directory with your desired name in the root directory of your web site, then use your favorite FTP client to upload the contents of Dolphin-v.X.X.zip archive into the created directory. 
    130155    * If your files are already on your web server, and you are using shell access to install Dolphin, move the Dolphin-v.X.X directory to your desired location within the root directory of your web site and rename the directory to your desired name. 
    131156 
    132  
     157---- 
     158         
    133159=== Step 4: Run the Install Script === 
    134160 
     
    1441701. On the first page of the install process you can see the files and folders which permissions should be properly set up. There are two ways to do this: 
    145171 
    146                 * Using FTP client. 
    147                         Log into your FTP account using your favorite FTP client and navigate to the folder in which you uploaded the contents of the Dolphin-v.X.X.zip archive. 
    148                         Notice the folders and files names on the installation screen which are unwritable and set the following permissions using right click on the corresponding files and folders: 
    149 {{{ 
    150 777 for folder (777 means that the objects possessing these permissions will be readable, writable and executable). 
    151 }}} 
    152 {{{ 
     172    * Using FTP client. 
     173         
     174    Log into your FTP account using your favorite FTP client and navigate to the folder in which you uploaded the contents of the Dolphin-v.X.X.zip archive. 
     175         
     176    Notice the folders and files names on the installation screen which are unwritable and set the following permissions using right click on the corresponding files and folders: 
     177    {{{ 
     178777 for folders and ffmpeg.exe (777 means that the objects possessing these permissions will be readable, writable and executable). 
    153179666 for files (666 means that such objects will be readable and writable). 
    154 }}} 
    155                 * Using shell client. 
    156                         Log into your shell account using your favorite shell client and change directory for that which contains your Dolphin script files. Now run the following commands under your SSH prompt: 
    157  
    158 Dolphin/Ray/Orca folders to be writable for script operation: 
    159  
    160 {{{ 
    161 chmod -v 777  ./backup ./cache ./groups/gallery ./groups/orca/cachejs ./groups/orca/log ./inc ./langs ./media/images ./media/images/banners ./media/images/blog ./media/images/classifieds ./media/images/gallery ./media/images/profile ./media/images/profile_bg ./media/images/promo ./media/images/sdating ./media/images/sharingImages ./media/sound ./media/video ./orca/cachejs ./orca/log ./periodic ./tmp ./ray/modules/board/files ./ray/modules/im/files ./ray/modules/movie/files ./ray/modules/mp3/files ./ray/modules/music/files ./ray/modules/global/app/ffmpeg.exe 
    162 }}} 
    163  
    164 Dolphin/Ray/Orca files to be writable to perform the installation of all of them: 
    165  
    166 {{{ 
    167 chmod -v 666 ./inc/menu_content.inc.php ./inc/params.inc.php ./periodic/cmd.php ./periodic/notifies.php ./periodic/tags.php ./ray/modules/global/inc/cron.inc.php ./ray/modules/global/inc/header.inc.php 
    168 }}} 
    169  
    170 Ray XML files to be writable. This will allow you to install Ray Widgets via Ray Base easily: 
    171  
    172 {{{ 
    173 chmod -v 666 ./ray/modules/board/xml/config.xml ./ray/modules/board/xml/langs.xml ./ray/modules/board/xml/main.xml ./ray/modules/board/xml/skins.xml ./ray/modules/chat/xml/config.xml ./ray/modules/chat/xml/langs.xml ./ray/modules/chat/xml/main.xml ./ray/modules/chat/xml/skins.xml ./ray/modules/desktop/xml/config.xml ./ray/modules/desktop/xml/langs.xml ./ray/modules/desktop/xml/main.xml ./ray/modules/desktop/xml/skins.xml ./ray/modules/global/xml/config.xml ./ray/modules/global/xml/main.xml ./ray/modules/im/xml/config.xml ./ray/modules/im/xml/langs.xml ./ray/modules/im/xml/main.xml ./ray/modules/im/xml/skins.xml ./ray/modules/movie/xml/config.xml ./ray/modules/movie/xml/langs.xml ./ray/modules/movie/xml/main.xml ./ray/modules/movie/xml/skins.xml ./ray/modules/mp3/xml/config.xml ./ray/modules/mp3/xml/langs.xml ./ray/modules/mp3/xml/main.xml ./ray/modules/mp3/xml/skins.xml ./ray/modules/music/xml/config.xml ./ray/modules/music/xml/langs.xml ./ray/modules/music/xml/main.xml ./ray/modules/music/xml/skins.xml ./ray/modules/presence/xml/config.xml ./ray/modules/presence/xml/langs.xml ./ray/modules/presence/xml/main.xml ./ray/modules/presence/xml/skins.xml ./ray/modules/shoutbox/xml/config.xml ./ray/modules/shoutbox/xml/langs.xml ./ray/modules/shoutbox/xml/main.xml ./ray/modules/shoutbox/xml/skins.xml ./ray/modules/video/xml/config.xml ./ray/modules/video/xml/langs.xml ./ray/modules/video/xml/main.xml ./ray/modules/video/xml/skins.xml 
    174 }}}                      
    175          
    176 '''NOTE: Do not forget to install [http://www.boonex.net/ray/wiki/RayServerInstall Ray Media Server (RMS)] on your server or use [http://www.boonex.com/products/bms/ BoonEx Media Server] to run Ray fully operational'''. 
    177                  
    178  
    179 Click Next to continue. 
     180 
     181    }}} 
     182         
     183    * Using shell client. 
     184         
     185    Log into your shell account using your favorite shell client and change directory for that which contains your Dolphin script files. Now run the following commands under your SSH prompt: 
     186 
     187    Dolphin/Ray/Orca folders and ffmpeg.exe to be writable for script operation: 
     188 
     189    {{{ 
     190chmod 777 ./backup ./cache ./groups/gallery ./groups/orca/cachejs ./groups/orca/classes ./groups/orca/js ./groups/orca/layout ./groups/orca/log ./inc ./langs ./media/images ./media/images/banners ./media/images/blog ./media/images/classifieds ./media/images/gallery ./media/images/profile ./media/images/profile_bg ./media/images/promo ./media/images/promo/original ./media/images/sdating ./media/images/sharingImages ./media/sound ./media/video ./orca/cachejs ./orca/classes ./orca/conf ./orca/js ./orca/layout ./orca/log ./periodic ./tmp 
     191 
     192chmod 777 ./ray/modules/board/files ./ray/modules/chat/files ./ray/modules/im/files ./ray/modules/movie/files ./ray/modules/mp3/files ./ray/modules/music/files ./ray/modules/global/app/ffmpeg.exe 
     193 
     194    }}} 
     195 
     196    Dolphin/Ray/Orca files to be writable to perform the installation of all of them: 
     197 
     198    {{{ 
     199chmod 666 ./inc/db_cached/MenuContent.inc ./inc/db_cached/PageView.inc ./inc/db_cached/ProfileFields.inc ./inc/db_cached/SiteStat.inc ./inc/params.inc.php ./inc/prof.inc.php ./periodic/cmd.php ./periodic/cupid.php ./periodic/notifies.php 
     200 
     201    }}} 
     202 
     203    Ray XML files to be writable. This will allow you to install Ray Widgets via Ray Base easily: 
     204 
     205    {{{ 
     206./ray/modules/board/xml/config.xml ./ray/modules/board/xml/langs.xml ./ray/modules/board/xml/main.xml ./ray/modules/board/xml/skins.xml ./ray/modules/chat/xml/config.xml ./ray/modules/chat/xml/langs.xml ./ray/modules/chat/xml/main.xml ./ray/modules/chat/xml/skins.xml ./ray/modules/desktop/xml/config.xml ./ray/modules/desktop/xml/langs.xml ./ray/modules/desktop/xml/main.xml ./ray/modules/desktop/xml/skins.xml ./ray/modules/global/data/integration.dat ./ray/modules/global/inc/cron.inc.php ./ray/modules/global/inc/header.inc.php ./ray/modules/global/xml/config.xml ./ray/modules/global/xml/main.xml ./ray/modules/im/xml/config.xml ./ray/modules/im/xml/langs.xml ./ray/modules/im/xml/main.xml ./ray/modules/im/xml/skins.xml ./ray/modules/movie/xml/config.xml ./ray/modules/movie/xml/langs.xml ./ray/modules/movie/xml/main.xml ./ray/modules/movie/xml/skins.xml ./ray/modules/mp3/xml/config.xml ./ray/modules/mp3/xml/langs.xml ./ray/modules/mp3/xml/main.xml ./ray/modules/mp3/xml/skins.xml ./ray/modules/music/xml/config.xml ./ray/modules/music/xml/langs.xml ./ray/modules/music/xml/main.xml ./ray/modules/music/xml/skins.xml ./ray/modules/presence/xml/config.xml ./ray/modules/presence/xml/langs.xml ./ray/modules/presence/xml/main.xml ./ray/modules/presence/xml/skins.xml ./ray/modules/shoutbox/xml/config.xml ./ray/modules/shoutbox/xml/langs.xml ./ray/modules/shoutbox/xml/main.xml ./ray/modules/shoutbox/xml/skins.xml ./ray/modules/video/xml/config.xml ./ray/modules/video/xml/langs.xml ./ray/modules/video/xml/main.xml ./ray/modules/video/xml/skins.xml ./inc/ProfileFields.inc 
     207 
     208    }}}                  
     209         
     210    '''NOTE: Do not forget to install [http://www.boonex.net/ray/wiki/RayServerInstall Ray Media Server (RMS)] if you're installing an Ad-Free package or use [http://www.boonex.com/products/bms/ BoonEx Media Server] if you're installing a Free package. This is necessary to run Audio/Video features in some Ray widgets (such as Chat and IM) and some widgets won't work without Ray Media Server at all (such as Video Recorder and Whiteboard)'''. 
     211                 
     212 
     213    Click Next to continue. 
    180214 
    181215=== Script Paths === 
     
    1832172. On the second page of the install you will have to indicate the necessary paths demanded by the script. Here they are: 
    184218         
    185         * Site URL: here you should indicate the URL of your Dolphin folder including "http", such as: 
    186                 http://mysite.com/mycommunity/ 
    187                 (this path is usually properly determined by the installation script but you still should double check) 
    188                  
    189         * Directory root: this should be the server absolute path to the Dolphin folder, such as: 
    190 {{{              
     219    * Site URL: here you should indicate the URL of your Dolphin folder including "http", such as:[[BR]] 
     220    http://mysite.com/mycommunity/[[BR]] 
     221    (this path is usually properly determined by the installation script but you still should double check) 
     222                 
     223    * Directory root: this should be the server absolute path to the Dolphin folder, such as: 
     224    {{{          
    191225/home/myaccount/public_html/mycommunity/ 
    192 }}} 
     226    }}} 
    193227(on Unix systems) or 
    194 {{{ 
     228 
     229    {{{ 
    195230C:/webservers/home/myaccount/www/mycommunity/ 
    196 }}} 
    197 (on Windows systems) This path is usually properly determined by the installation script but you still should double check. 
    198                  
    199         * Path to php binary: here you should indicate the absolute path to php executable file on your server, such as: 
    200 {{{ 
     231    }}} 
     232    (on Windows systems) 
     233         
     234    This path is usually properly determined by the installation script but you still should double check. 
     235                 
     236    * Path to php binary: here you should indicate the absolute path to php executable file on your server, such as: 
     237    {{{ 
    201238/usr/local/bin/php  
    202 }}} 
     239    }}} 
    203240(on Unix systems) or 
    204 {{{ 
     241 
     242    {{{ 
    205243C:/php/php.exe  
    206 }}} 
    207 (on Windows systems) This executable will be used to run crons (periodic tasks). 
     244    }}} 
     245    (on Windows systems). 
     246 
     247    This executable will be used to run crons (periodic tasks). 
    208248                 
    209249        * 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'']; 
    210         ''Imagemagick'' is just an alternative for ''GD'' - image processing application; 
     250         
     251    ''Imagemagick'' is just an alternative for ''GD'' - image processing application; 
    211252        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. 
    212         The actual paths can be such: 
    213 {{{ 
     253     
     254    The real paths can be as follows: 
     255    {{{ 
    214256/usr/local/bin/mogrify 
    215257/usr/local/bin/convert 
    216258/usr/local/bin/composite 
    217 }}}      
     259    }}}  
    218260        * Check ''GD'' installed: this field shows whether GD library is installed or not 
    219261         
     
    249291        * '''Bug report email''': indicate the email address to collecting MySQL bug reports for subsequent debugging. 
    250292 
    251         * '''Set Admin Login information''' - you should choose the login and password for your Administration Panel. 
     293    * '''Set Admin Login information''' - you should choose the login and password for your Administration Panel. 
    252294                                 
    253295To enter your Administration panel please use the following URL: 
     
    265307         
    2663086. If you made the previous steps correctly, the next step will guide you through the setting cron jobs. 
    267         To set up cron jobs, use one of the following ways:[[BR]] 
     309 
     310To set up cron jobs, use one of the following ways:[[BR]] 
    268311         
    269312        '''For UNIX:''' 
    270313         
    271         1. Using CPanel: 
    272                 1. Click the Cron Jobs link under your CPanel account and choose Advanced (Linux Style) 
    273                 2. Indicate the email address for collecting information about cron execution 
    274                 3. Return to the Dolphin installation page and copy the first command to be run as cron (omitting the zeros and asterisks), for example: 
    275 {{{ 
    276 /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/cmd.php 
    277 }}} 
    278                 and insert it into the first field of your CPanel cron jobs management page 
    279                 schedule the time for this job, which also can be fetched from the Dolphin installation page, such as: 
    280 {{{ 
     314    1. Using CPanel: 
     315         
     316        1. Click the Cron Jobs link under your CPanel account and choose Advanced (Linux Style) 
     317                 
     318        2. Indicate the email address for collecting information about cron execution 
     319                 
     320        3. Return to the Dolphin installation page and copy the first command to be run as cron (omitting the zeros and asterisks), for example: 
     321    {{{ 
     322/usr/local/bin/php -q m:/home/localhost/www/dolphin61/periodic/cmd.php 
     323    }}} 
     324    and insert it into the first field of your CPanel cron jobs management page schedule the time for this job, which also can be fetched from the Dolphin installation page, such as: 
     325    {{{ 
    2813260 0 * * * (which means: run the script every midnight) 
    282 }}} 
    283                 4. Apply the changes and click Back to return to the Cron Management page 
    284                 5. Do the same for the second cron script: 
    285 {{{ 
    286 /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/notifies.php 
    287 }}} 
    288                 and schedule the time for it: 
    289 {{{ 
     327    }}} 
     328         
     329        4. Apply the changes and click Back to return to the Cron Management page 
     330                 
     331        5. Do the same for the second cron script: 
     332        {{{ 
     333/usr/local/bin/php -q m:/home/localhost/www/dolphin61/periodic/notifies.php 
     334 
     335        }}} 
     336    and schedule the time for it: 
     337    {{{ 
    290338*/10 * * * * (which means: run the script every 10 minutes) 
    291 }}} 
    292         2. Using shell (for experienced users): 
    293                 run the following command 
    294 {{{ 
     339    }}} 
     340         
     341        6. Do the same for the third cron script: 
     342        {{{ 
     343/usr/local/bin/php -q m:/home/localhost/www/dolphin61/periodic/cupid.php 
     344 
     345        }}} 
     346        and schedule the time for it: 
     347        {{{ 
     348*/10 * * * * (which means: run the script every 10 minutes) 
     349        }}} 
     350 
     351 
     352    2. Using shell (for experienced users): 
     353    run the following command 
     354    {{{ 
    295355crontab -e 
    296 }}} 
    297                 This will open your default text editor, where you will have to insert the three lines of code to be executed: 
    298 {{{ 
     356    }}} 
     357 
     358    This will open your default text editor, where you will have to insert the three lines of code to be executed: 
     359    {{{ 
    299360MAILTO=myemail@mysite.com 
    3003610 0 * * * /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/cmd.php 
    301362*/10 * * * * /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/notifies.php 
    302 }}} 
     363*/10 * * * * /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/cupid.php 
     364 
     365    }}} 
    303366 
    304367Save the file and exit the editor. 
    305368 
    306 '''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.'''           
     369    '''Hint: The above lines serve as an example. The actual Cron Job commands are generated by the script at the 6th step of the installation process. And you can easily copy&paste them into the "crontab" file.'''           
    307370 
    308371 
    309372        '''For WINDOWS:''' 
    310373         
    311         1) create batch files for every cron you wish to create. For example:[[BR]] 
    312         ''c:\wamp\www\periodic\cmd.bat''[[BR]] 
    313         ''c:\wamp\www\periodic\notifies.bat''[[BR]] 
    314         ''c:\wamp\www\periodic\tags.bat'' 
    315                  
    316         This are sample contents of the above mentioned files: 
    317          
    318         '''''c:\wamp\www\periodic\cmd.bat''''': 
    319         {{{ 
     374    1) create batch files for every cron you wish to create. For example:[[BR]] 
     375    ''c:\wamp\www\periodic\cmd.bat''[[BR]] 
     376    ''c:\wamp\www\periodic\notifies.bat''[[BR]] 
     377    ''c:\wamp\www\periodic\cupid.bat'' 
     378         
     379    This are sample contents of the above mentioned files: 
     380 
     381    '''''c:\wamp\www\periodic\cmd.bat''''': 
     382    {{{ 
    320383c:\wamp\php\php.exe -f c:\wamp\www\periodic\tags.php 
    321         }}} 
    322  
    323         '''''c:\wamp\www\periodic\notifies.bat''''': 
    324         {{{ 
     384    }}} 
     385 
     386    '''''c:\wamp\www\periodic\notifies.bat''''': 
     387    {{{ 
    325388c:\wamp\php\php.exe -f c:\wamp\www\periodic\notifies.php 
    326         }}} 
    327  
    328         '''''c:\wamp\www\periodic\tags.bat''''': 
    329         {{{ 
    330 c:\wamp\php\php.exe -f c:\wamp\www\periodic\tags.php 
    331         }}} 
    332          
    333         2) then assign crons for these files this way: 
    334         {{{ 
     389    }}} 
     390 
     391    '''''c:\wamp\www\periodic\cupid.bat''''': 
     392    {{{ 
     393c:\wamp\php\php.exe -f c:\wamp\www\periodic\cupid.php 
     394    }}} 
     395         
     396    2) then assign crons for these files this way: 
     397    {{{ 
    335398schtasks /Create /tn task_name /sc DAILY /st 00:00:00 /tr c:\wamp\www\periodic\cmd.bat (to run every day at midnight) 
    336399schtasks /Create /tn task_name /sc MINUTE /mo 10 /tr c:\wamp\www\periodic\notifies.bat (to run every 10 minutes) 
    337 schtasks /Create /tn task_name /sc MINUTE /mo 10 /tr c:\wamp\www\periodic\tags.bat (to run every 10 minutes) 
    338         }}} 
     400schtasks /Create /tn task_name /sc MINUTE /mo 10 /tr c:\wamp\www\periodic\cupid.bat (to run every 10 minutes) 
     401    }}} 
    339402 
    340403 
    341404=== Permission Reversal === 
    342405 
    343 7. Now you should set the post-installation permissions and after '''delete the install folder'''. 
    344  
    345                 * Using FTP client. 
    346                         Log into your FTP account using your favorite FTP client and navigate to the folder in which you have installed Dolphin script. 
    347                         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: 
    348 {{{ 
     406    Now you should set the post-installation permissions and after '''delete the install folder'''. 
     407 
     408    * Using FTP client. 
     409         
     410    Log into your FTP account using your favorite FTP client and navigate to the folder in which you have installed Dolphin script. 
     411         
     412    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: 
     413    {{{ 
    349414755 for folders (755 means that the objects possessing these permissions will be readable and executable). 
    350 }}} 
    351 {{{ 
    352415644 for files (644 means that such objects will be only readable). 
    353 }}}              
    354  
    355  
    356                 * Using shell client. 
    357                         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: 
    358 {{{ 
     416 
     417    }}}          
     418 
     419    * Using shell client. 
     420 
     421    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: 
     422    {{{ 
    359423chmod -v 755 ./inc ./periodic 
    360 chmod -v 644 ./periodic/cmd.php ./periodic/notifies.php ./periodic/tags.php ./ray/modules/global/inc/header.inc.php 
    361 }}} 
    362  
    363 '''Now you must delete the ''/install'' folder'''.                       
    364  
    365 '''NOTE: Do not forget to install [http://www.boonex.net/ray/wiki/RayServerInstall Ray Media Server (RMS)] on your server or use [http://www.boonex.com/products/bms/ BoonEx Media Server] to run Ray fully operational'''. 
     424chmod 644  ./periodic/cmd.php ./periodic/notifies.php ./periodic/cupid.php ./ray/modules/global/inc/header.inc.php 
     425 
     426    }}} 
     427 
     428    '''Now you must delete the ''/install'' folder'''.                   
    366429 
    367430---- 
    368431 
    369 '''The final step for those installing Dolphin 6.1.0 beta1''' 
    370  
    371     * You need to log into your Admin Panel and navigate to '''Plugins -> Orca''' 
    372  
    373     * Click the link '''en''' next to the '''Compile languages''' wording 
    374  
    375     * Refresh the Orca page after that 
     432=== Step 5: Final Step === 
     433 
     434    Now you need to perform some final actions to register Dolphin, Orca and Ray and compile Orca language: 
     435 
     436    * You need to log into your Admin Panel and you will be given the prompt to register Dolphin. 
     437         
     438    * Proceed to '''Plugins -> Ray Suite -> open a widget -> click "Register"''' - you should perform this for every widget. 
     439         
     440    * In case you're going to use RMS (Ray Media Server), proceed to '''Base Settings''' and specify the IP or domain address of your RMS, the ports it's going to use (usually 1935 and 5080) and tick the '''Use RMS''' checkbox. 
     441 
     442    If you have installed Free package, you can use !BoonEx RMS. In this case you only have to tick the '''Use RMS''' checkbox without changing the other settings in this window. 
     443 
     444    Click '''Save -> OK''' and close the Ray Suite window. 
     445         
     446    * Proceed to to '''Plugins -> Orca''' 
     447         
     448    Click the link '''en''' next to the '''Compile languages''' wording 
     449 
     450    Refresh the Orca page after that. 
 
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