Changes between Version 86 and Version 87 of DetailedInstall


Ignore:
Timestamp:
Jan 28, 2011, 11:03:00 AM (13 years ago)
Author:
Mike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v86 v87  
    11= Dolphin 7 Installation Guide = 
    22 
    3 Before 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. 
     3Before installing Dolphin, you need to check that your hosting provider fulfills 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. 
    44 
    55== Before You Install == 
    66 
    7 Start with checking that you have everything listed below: 
     7Start by checking that you have everything listed below: 
    88 
    99        * Web-server that meets the [wiki:DolTech Dolphin Hosting Requirements]. 
     
    5858   }}} 
    5959 
    60 * By default Dolphin includes '''ffmpeg''' binary for latest Linux OS only. If you're installing to a different OS or default ffmpeg doesn't work, please refer to [wiki:GenDol7TShooter Dolphin Troubleshooter]. 
     60* By default Dolphin includes the '''ffmpeg''' binary for the latest Linux OS only. If you're installing to a different OS or the default ffmpeg doesn't work, please refer to [wiki:GenDol7TShooter Dolphin Troubleshooter]. 
    6161 
    6262----     
     
    6464---- 
    6565 
    66 Create a database for Dolphin on your web server, as well as a MySQL user who will have all privileges for accessing and modifying it. There are three ways to do it: 
     66Create a database for Dolphin on your web server, as well as a MySQL user who will have all privileges for accessing and modifying it. There are three ways to do this: 
    6767 
    6868=== Using cPanel === 
     
    169169---- 
    170170 
    171 Now you will need to decide where on your web site Dolphin script should be installed. These are possible options: 
     171Now you will need to decide where on your web site the Dolphin script should be installed. These are possible options: 
    172172 
    173173   * In the root directory of your web site. (For example, http://mysite.com/) 
     
    195195    * If you installed into the root directory of your web site, you would open http://mysite.com/install/index.php 
    196196 
    197 After this the installation instruction should appear in your browser's window. Follow them carefully to complete the installation. Here's a summary of the info you will have to specify: 
     197After this the installation instructions should appear in your browser's window. Follow them carefully to complete the installation. Here's a summary of the info you will have to specify: 
    198198 
    199199---- 
     
    208208'''''USING SHELL CLIENT''''' 
    209209         
    210 1. ''If PHP is running as an Apache module on Unix systems'' - log into your shell account using your favorite shell client and change directory to that containing your Dolphin script files. Now run the following commands under your SSH prompt: 
     2101. ''If PHP is running as an Apache module on Unix systems'' - log into your shell account using your favorite shell client and change directories to that containing your Dolphin script files. Now run the following commands under your SSH prompt: 
    211211 
    212212      {{{ 
     
    271271    }}}  
    272272     
    273 This path is usually properly determined by the installation script but you still should double check. 
     273This path is usually properly determined by the installation script but you should still double check. 
    274274                 
    275275    * '''Path to php binary:''' here you should indicate the absolute path to php executable file on your server, such as: 
     
    287287This executable will be used to run crons (periodic tasks). 
    288288                 
    289         * '''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'']; 
     289        * '''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 the ''php'' running on your server is not compiled with [http://www.boutell.com/gd/ ''GD library'']; 
    290290         
    291291''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. 
     
    309309        * '''SQL file''': this is the relative path to the database creation file, which is determined by default. If your file resides in a different directory, you should indicate its relative path here. The base folder of the path is considered to be the Dolphin installation folder. 
    310310         
    311         * '''Empty database''': choose "yes" or "no". Choosing "yes" will empty the whole database, i.e. removes its tables. Think twice before choosing this option. The option "no" is the default option and will make no harm to your database. 
     311        * '''Empty database''': choose "yes" or "no". Choosing "yes" will empty the whole database, i.e. removes its tables. Think twice before choosing this option. The option "no" is the default option and will cause no harm to your database. 
    312312         
    313313        * '''Empty tables''': choose "yes" or "no". Choosing "yes" will empty all the tables in the database while keeping the tables structure intact. The default option is "yes" and you shouldn't make any changes here. 
     
    323323[[BR]] 
    324324 
    325 On this page you will setup General Site Configuration: 
     325On this page you will set up General Site Configuration: 
    326326         
    327327   * '''Site !Title/Logo''': this is a word or phrase which will be displayed on the title bar of your web browser 
     
    331331   * '''Notify e-mail''': indicate the email address which will be shown in the "From" field of cupid and mass mails as well as profiles confirmation and activation messages. 
    332332         
    333    * '''Bug report email''': indicate the email address to collecting MySQL bug reports for subsequent debugging. 
     333   * '''Bug report email''': indicate the email address for collecting MySQL bug reports for subsequent debugging. 
    334334 
    335335   * '''Set Admin Login information''' - you should choose the login and password for your Administration Panel. 
     
    421421[[BR]] 
    422422 
    423 At this stage you are supposed to choose which modules you'd like to install, since Dolphin has no modules installed by default. To install and activate new modules you need to go to Admin Panel of your newly installed site (refer to [wiki:DolphinAdminModules Administration Manual - Modules] for more information).  
     423At this stage you are supposed to choose which modules you'd like to install, since Dolphin has no modules installed by default. To install and activate new modules you need to go to the Admin Panel of your newly installed site (refer to [wiki:DolphinAdminModules Administration Manual - Modules] for more information).  
    424424                         
    425425 
     
    432432=== Register your license ===  
    433433 
    434 Log out off your admin account and log into the administration area. Its URL looks this way: '''http://mysite.com/administration'''. 
     434Log  into the administration area of your site. Its URL looks like this: '''http://mysite.com/administration'''. 
    435435 
    436436After you have successfully logged in, you will be prompted for your license number. Just type it in the provided window and press "Register". 
     
    438438If your license can't be registered due to some problem, the window will not go away. In this case, check your license number and whether it is already registered for a different domain. If it is already registered, you can reset it in your Unity account and then use to register the newly installed site. 
    439439 
    440 Later, you can change your license for this site, for example if you want to switch from a free license to a paid one. To do so, you need to proceed to '''Settings -> Advanced Settings -> Variables''' and change the license number in the '''Dolphin License Code''' field. 
     440Later, you can change your license for this site, for example if you want to switch from a free license to a paid one. To do so, you need to proceed to '''Settings -> Advanced Settings -> Variables''' and change the license number in the '''Dolphin License Code''' field. Click SAVE and log out of admin. 
    441441 
    442442=== Install the modules === 
 
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