Changes between Version 54 and Version 55 of DetailedInstall


Ignore:
Timestamp:
Aug 25, 2010, 5:14:21 AM (14 years ago)
Author:
Andrew Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v54 v55  
    33Before 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. 
    44 
    5  
    65== Before You Install == 
    76 
     
    1817        * Access to your Web server Management Interface (CPanel or shell (for experienced users)). 
    1918 
    20 == Step 1: Download and Extract == 
    21  
    22 [http://www.boonex.com/dolphin/download/ Download] and unzip the current stable Dolphin package. 
     19---- 
     20 
     21== Part 1: Download and Extract == 
     22 
     23[http://www.boonex.com/dolphin/download/ Download] and unzip the Dolphin package to your local computer or directly to the server. 
    2324 
    2425        * 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. 
     
    5859* 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]. 
    5960 
    60          
    61 == Step 2: Create a Database and a User == 
    62  
    63 '''Using CPanel''' 
    64  
    65 If your hosting provider has cPanel, you can follow these instructions to create your Dolphin database and user. 
    66  
    67    1. Log in to your cPanel. 
    68     
    69    2. Click MySQL Databases. 
    70     
    71    3. Create a database user: 
     61---- 
     62         
     63== Part 2: Create a Database and a User == 
     64 
     65Create 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're at three ways to do it: 
     66 
     67=== Using cPanel === 
     68 
     69   a. Log in to your cPanel. 
     70    
     71   b. Go to '''MySQL Databases'''. 
     72    
     73   c. Create a database user: 
    7274    
    7375      1. Choose a username for Dolphin (for example "dolphin") and enter it in the Username field. 
    7476                 
    75       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. 
    76                  
    77       3. Click Create user.  
    78                  
    79    4. Create a Dolphin database and add the user to it: 
    80          
    81       1. Choose a name for your Dolphin database (for example "dolphin" or "community"), input it in the New Database field and click Create Database. 
    82                  
    83           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. 
    84                  
    85    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:  
     77      2. Choose a hard-to-guess password (ideally containing a combination of upper- and lower-case letters, numbers, and symbols), and input it into the Password field. 
     78                 
     79      3. Click '''Create User'''.  
     80                 
     81   d. Create a Dolphin database and add the user to it: 
     82         
     83      1. Choose a name for your Dolphin database (for example "dolphin" or "community"), input it in the New Database field and click '''Create Database'''. 
     84                 
     85      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 and click '''Add User To Database'''. 
     86                 
     87   e. 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:  
    8688{{{ 
    8789$dbh = mysql_connect("hostname", "username", "<PASSWORD HERE>") or die ("message"); 
    8890mysql_select_db("databasename"); 
    89  
    9091}}} 
    9192         
     
    9394 
    9495 
    95 '''Using phpMyAdmin''' 
     96=== Using phpMyAdmin === 
    9697 
    9798If 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. 
 
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