Changes between Version 52 and Version 53 of DetailedInstall


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v52 v53  
    2222[http://www.boonex.com/dolphin/download/ Download] and unzip the current stable Dolphin package. 
    2323 
    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: 
     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: 
    2727 
    2828   {{{ 
     
    3535   //'''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).// 
    3636 
    37     Now you will be able to unzip the package under your shell account using the following command: 
     37        Now you will be able to unzip the package under your shell account using the following command: 
    3838   {{{ 
    3939unzip Dolphin-v.X.X.zip 
    4040   }}} 
    41     or 
     41        or 
    4242   {{{ 
    4343unzip -d Dolphin_directory Dolphin-v.X.X.zip 
     
    4747 
    4848   //'''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 following commands: // 
    49  
     49        In this case, use the following command: 
    5050   {{{ 
    5151unzip Dolphin-v.X.X 
    5252   }}} 
    53    or      
     53        or      
    5454   {{{ 
    5555unzip -d Dolphin_directory Dolphin-v.X.X 
 
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