Changes between Version 52 and Version 53 of DetailedInstall
- Timestamp:
- Aug 25, 2010, 4:48:15 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetailedInstall
v52 v53 22 22 [http://www.boonex.com/dolphin/download/ Download] and unzip the current stable Dolphin package. 23 23 24 25 26 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 27 28 28 {{{ … … 35 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 36 37 37 Now you will be able to unzip the package under your shell account using the following command: 38 38 {{{ 39 39 unzip Dolphin-v.X.X.zip 40 40 }}} 41 41 or 42 42 {{{ 43 43 unzip -d Dolphin_directory Dolphin-v.X.X.zip … … 47 47 48 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 following commands: // 49 49 In this case, use the following command: 50 50 {{{ 51 51 unzip Dolphin-v.X.X 52 52 }}} 53 53 or 54 54 {{{ 55 55 unzip -d Dolphin_directory Dolphin-v.X.X