Changes between Version 61 and Version 62 of DetailedInstall
- Timestamp:
- Aug 25, 2010, 5:51:45 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetailedInstall
v61 v62 127 127 === Using MySQL Client === 128 128 129 If you have shell access to your web server, and your MySQL user has thepermissions to create MySQL users and databases, you can follow the sample session below to create your Dolphin username and database.129 If you have shell access to your web server, and your MySQL user has permissions to create MySQL users and databases, you can follow the sample session below to create your Dolphin username and database. 130 130 {{{ 131 131 $ mysql -u adminusername -p … … 164 164 Write down the values you used for databasename, dolphinusername, hostname, and password. 165 165 166 == Step 3: Place the files == 166 ---- 167 168 == Part 3: Place the Files == 167 169 168 170 Now you will need to decide where on your web site Dolphin script should be installed. These are possible options: … … 185 187 ---- 186 188 187 == Step4: Run the Install Script ==189 == Part 4: Run the Install Script == 188 190 189 191 Using your favorite web browser, navigate to install/index.php within the directory into which you have just installed Dolphin on your web site: … … 194 196 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: 195 197 196 === Permissions ===198 === Step 1 - Permissions === 197 199 198 200 On the first page of the install process you can see the files and folders whose permissions should be properly set up. … … 265 267 After all permissions are correctly set, click '''Next''' to continue. 266 268 267 === S criptPaths ===269 === Step 2 - Paths === 268 270 269 271 On the second page of the install you will have to indicate the necessary paths demanded by the script. Here they are: … … 314 316 Click '''Next''' to continue. 315 317 316 === Database Credentials===318 === Step 3 - Database === 317 319 318 320 On the third page you will have to specify the database information: … … 331 333 332 334 333 == General Site Configuration==335 === Step 4 - Config === 334 336 335 337 On this page you will have to set up General Site Configuration: … … 345 347 * '''Set Admin Login information''' - you should choose the login and password for your Administration Panel. 346 348 347 == S etting up Cron jobs ==349 == Step 5 - Cron Jobs == 348 350 349 351 * [wiki:Crons61x for Dolphin 6.1.x] … … 351 353 * [wiki:Crons7x for Dolphin 7.x] 352 354 353 == PermissionReversal ==355 == Step 6 - Permissions Reversal == 354 356 355 357 Now you should set the post-installation permissions and after that '''delete the install folder'''. … … 402 404 '''Note''': If your PHP is installed as CGI or your server's OS is Windows, you can '''Skip''' this window. 403 405 404 '''Now you must delete or rename the ''/install'' folder'''. 406 '''Now you must delete or rename the ''/install'' folder'''. 407 408 == Step 7 - Modules == 409 410 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). 411 405 412 406 413 ---- 407 414 408 == = Step 5: Final Step ===415 == Part 5: Final Step == 409 416 410 417 [wiki:Final61x for Dolphin 6.1.x]