427 | | [wiki:Final61x for Dolphin 6.1.x] |
428 | | |
429 | | [wiki:Final7x for Dolphin 7.x] |
| 427 | |
| 428 | ''''DOLPHIN 7.x'''' |
| 429 | |
| 430 | After the installation is finished and the script has logged you in, you need to register your license and install the modules that you want to have on your site. |
| 431 | |
| 432 | === Register your license === |
| 433 | |
| 434 | Log out off your admin account and log into the administration area. Its URL looks this way: '''http://mysite.com/administration'''. |
| 435 | |
| 436 | After you have successfully logged in, you will be prompted for your license number. Just type it in the provided window and press "Register". |
| 437 | |
| 438 | If 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. |
| 439 | |
| 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. |
| 441 | |
| 442 | === Install the modules === |
| 443 | |
| 444 | Go to '''Tools -> Modules''' where you can find modules that are installed and not installed. By default, there are no installed modules, and you have to do it manually. |
| 445 | |
| 446 | If your web server is running PHP as an '''Apache module''', you will have to change some permissions to be able to install some modules. Here is the whole list of the correct permissions: |
| 447 | {{{ |
| 448 | chmod 777 modules/boonex/avatar/data/images/ modules/boonex/avatar/data/tmp/ |
| 449 | chmod 777 modules/boonex/forum/classes modules/boonex/forum/conf modules/boonex/forum/layout modules/boonex/forum/log modules/boonex/forum/js modules/boonex/forum/cachejs |
| 450 | chmod 777 modules/boonex/photos/data/files |
| 451 | chmod 777 modules/boonex/files/data/files |
| 452 | chmod 777 modules/boonex/desktop/file |
| 453 | chmod 777 modules/boonex/profile_customize/data/images |
| 454 | chmod 666 modules/boonex/profiler/log/profiler.log |
| 455 | }}} |
| 456 | |
| 457 | You can skip the above paragraph if PHP on your server is running in '''CGI mode'''. |
| 458 | |
| 459 | Now you can check all modules you need and install them. Please note that many of them are depending on other modules, so please pay attention to error messages that may appear in the '''Operation Results''' area. Just click the plus sign next to the error and you will see its description. |
| 460 | |
| 461 | If the error message states that you first need to install some other module before installing the current one, then do it and then return to the module you were installing in the first place. |
| 462 | |
| 463 | Some error messages may state that the module is already installed. In this case, just ignore the message. |
| 464 | |
| 465 | The installed modules settings will automatically appear in the '''Modules''' area, and their menus will be automatically added to your site interface. |
| 466 | |
| 467 | |
| 468 | |
| 469 | ''''DOLPHIN 6.1.x'''' |
| 470 | |
| 471 | === Specify RMS for the Ray applications === |
| 472 | |
| 473 | * You need to log into your Admin Panel and you will be given the prompt to register Dolphin. |
| 474 | |
| 475 | * Proceed to '''Plugins -> Ray Suite -> Base Settings''', check '''Use RMS''', specify '''RMS Address''' (the IP address of your RMS), '''RMS Port''' ('''1935''' by default) and '''RMS HTTP Port''' ('''5080''' by default). |
| 476 | |
| 477 | Click '''Save -> OK'''. If you see no error notification, your RMS is running properly. If the notification '''Can't connect to RMS''' appears, refer to this [http://www.boonex.com/trac/ray/wiki/GenRayTshooter#MyRMSwidgetsChatIMVideoRecorderendupinConnecting.WhatshouldIdo Troubleshooter] |
| 478 | |
| 479 | === Compile languages for the Orca forum === |
| 480 | |
| 481 | * Proceed to '''Plugins -> Orca Forum''' |
| 482 | |
| 483 | Click the link '''en''' next to the '''Compile Langs''' wording. Refresh the page. |
| 484 | Navigate to http://your_site_url/groups/orca and click the link '''en''' next to the '''Compile Langs''' wording. Refresh the page. |
| 485 | Now you won't see these annoying [L] letters anymore :) |