Changes between Version 48 and Version 49 of DetailedInstall


Ignore:
Timestamp:
Aug 25, 2010, 4:24:28 AM (14 years ago)
Author:
Andrew Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v48 v49  
    1 == Detailed installation instructions == 
    2  
    3 === Step 1: Download and Extract === 
    4  
    5 [http://www.boonex.com/products/dolphin/download/ Download] and unzip the Dolphin package. 
    6  
    7     * If you are going to upload Dolphin to a remote web server, download it to your computer using a web browser and unzip the package into some folder on your local computer. 
    8  
    9     * If you have a shell access, you can even download Dolphin without using a browser. Just use this command: 
     1= Dolphin Installation Guide = 
     2 
     3Before installing Dolphin, you need to check that your hosting provider fulfils the necessary [wiki:DolTech requirements] and that you have all the information to get it done. Neither of the two should be a problem, but it is wise to verify first. 
     4 
     5 
     6== Before You Install == 
     7 
     8Start with checking that you have everything listed below: 
     9 
     10        * Web-server that meets the [wiki:DolTech Dolphin Hosting Requirements]. 
     11 
     12        * Domain name or IP address to identify your site. 
     13 
     14        * Access to your web server via shell or FTP (logins and passwords, normally sent by your hosting provider). 
     15         
     16        * Access to your MySQL Database Management System (usually phpMyAdmin which can be accessed via your host's Control Panel). 
     17 
     18        * Access to your Web server Management Interface (CPanel or shell (for experienced users)). 
     19 
     20== Step 1: Download and Extract == 
     21 
     22[http://www.boonex.com/dolphin/download/ Download] and unzip the current stable Dolphin package. 
     23 
     24    * If you plan to upload Dolphin to a remote web server, download it to your computer using a web browser and unzip the package into a folder on your local computer. 
     25 
     26    * If you have shell access to your server, you can download Dolphin right to it. Just use this command: 
     27 
    1028   {{{ 
    1129cd /home/user/public_html/ 
     
    1331   }}} 
    1432 
    15    '''Note 1.''' In this example, '''/home/user/public_html''' is a sample folder where your web site is going to be installed. In your case it may be a different folder. 
    16  
    17    '''Note 2.''' "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. 
    18  
    19    Now you will be able to unzip the package under your shell account using the following command: 
     33   //'''Note 1.''' In this example, '''/home/user/public_html''' is a sample folder where your web site is going to be installed. In your case it may be a different folder.// 
     34 
     35   //'''Note 2.''' "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.X.zip. Go to [http://www.boonex.com/dolphin/download/ Dolphin Download] page to get a correct link to the latest package download (where X.X.X are real numbers).// 
     36 
     37         * Now you will be able to unzip the package under your shell account using the following command: 
    2038   {{{ 
    2139unzip Dolphin-v.X.X.zip 
     
    2644   }}} 
    2745 
    28    '''Note 1.''' In this example, '''Dolphin_directory''' is the name of the sub-directory where Dolphin files will be extracted. Use this method if you don't want to install Dolphin in the root folder of your site. 
    29  
    30    '''Note 2.''' If you downloaded Dolphin using the ''wget'' command, the result may be called '''Dolphin-v.X.X''' (without the ''zip'' extension). In this case, use the commands: 
     46   //'''Note 1.''' In this example, '''Dolphin_directory''' is the name of the sub-directory where Dolphin files will be extracted. Use this method if you don't want to install Dolphin in the root folder of your site.// 
     47 
     48   //'''Note 2.''' If you downloaded Dolphin using the ''wget'' command, the result may be called '''Dolphin-v.X.X''' (without the ''zip'' extension). In this case, use the commands:// 
    3149   {{{ 
    3250unzip Dolphin-v.X.X 
     
    3755   }}} 
    3856 
    39    '''Note 3.''' For those installing this package on Windows, you will also need to download [http://www.boonex.com/ffmpeg_win.zip ffmpeg] (media converter for Windows), unpack and upload it in the folder '''ray/modules/global/app''' (for Dolphin 6.1.x) or '''flash/modules/global/app''' (for Dolphin 7.x) overwriting the Linux version located there. 
    40  
    41    '''Note 4.''' If you're installing the package on FreeBSD, you will need to download [http://www.boonex.com/ffmpeg_freebsd62.tgz ffmpeg] (media converter for FreeBSD), unpack and upload it in the folder '''ray/modules/global/app''' (for Dolphin 6.1.x) or '''flash/modules/global/app''' (for Dolphin 7.x). Remove the ffmpeg.exe file which is already there and rename the ffmpeg file to ffmpeg.exe. 
    42  
    43    Please contact your agent on Unity if you have any problems with your installation. 
     57   //'''Note 3.''' For those installing this package on Windows, you will also need to download [http://www.boonex.com/ffmpeg_win.zip ffmpeg] (media converter for Windows), unpack and upload it in the folder '''ray/modules/global/app''' (for Dolphin 6.1.x) or '''flash/modules/global/app''' (for Dolphin 7.x) overwriting the Linux version located there.// 
     58 
     59   //'''Note 4.''' If you're installing the package on FreeBSD, you will need to download [http://www.boonex.com/ffmpeg_freebsd62.tgz ffmpeg] (media converter for FreeBSD), unpack and upload it in the folder '''ray/modules/global/app''' (for Dolphin 6.1.x) or '''flash/modules/global/app''' (for Dolphin 7.x). Remove the ffmpeg.exe file which is already there and rename the ffmpeg file to ffmpeg.exe.// 
    4460 
    4561---- 
 
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