Changes between Version 15 and Version 16 of BriefInstall
- Timestamp:
- Mar 7, 2013, 2:56:46 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BriefInstall
v15 v16 3 3 Dolphin is web-platform that must be installed to a web-server. This is a quick set of generic installation instructions. If, at any stage, you need more details use the [wiki:DetailedInstall Dolphin 7 Detailed Installation Guide]. 4 4 5 == Step 1.Check Requirements ==5 == Check Requirements == 6 6 7 7 Before installation, make sure your have the following: … … 11 11 - Web server access details to MySQL, cPanel and FTP (or shell). 12 12 13 == Step 2. Download & Extract ==13 == Step 1. Download & Extract == 14 14 15 15 Download the current version of Dolphin to your local computer or directly to your hosting server. Once you have downloaded, you should decompress (unzip) the Dolphin archive file. … … 18 18 19 19 20 == Step 2. Create a Database == 21 22 Create a database for Dolphin on your web server, as well as a MySQL user who has all privileges for accessing and modifying it. 23 \\ 24 \\ 25 Most hosts offer simple interface to create databases and database users. For example, if your web host has cPanel you probably can see phpMyAdmin in the main menu or a the section labeled Databases. Just create a blank (empty) database that the Dolphin installer will later fill with tables and data. 20 26 21 27 22 * Download and unzip the Dolphin package to your local computer or directly to the server. 23 24 * Create a database for Dolphin on your web server, as well as a MySQL user that will have all privileges for accessing and modifying it. 28 29 30 25 31 26 32 * Place Dolphin files into the desired location on your web server (root or a sub-folder).