Changes between Version 13 and Version 14 of DetailedInstall


Ignore:
Timestamp:
Aug 31, 2007, 8:49:45 PM (17 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v13 v14  
    137137                * Using shell client. 
    138138                        Log into your shell account using your favorite shell client and change directory for that which contains your Dolphin script files. Now run the following commands under your SSH prompt: 
     139 
     140Dolphin/Ray/Orca folders to be writable for script operation: 
     141 
    139142{{{ 
    140143                        chmod -v 777 ./articles ./backup ./media/images/banners ./chat ./forum ./media/images/gallery ./media/video ./media/images/profile ./media/images/profile_bg ./media/sound ./inc ./langs ./periodic ./tmp ./media/images/sdating ./cache ./media/images/blog ./groups/gallery ./media/images ./media/images/classifieds ./orca/cachejs ./orca/log ./groups/orca/log ./groups/orca/cachejs ./media/images/sharingImages ./media/images/promo ./ray/modules/im/files ./ray/modules/mp3/files ./ray/modules/movie/files ./ray/modules/music/files ./ray/modules/global/app/ffmpeg.exe 
    141144}}} 
     145 
     146Dolphin/Ray/Orca files to be writable to perform the installation of all of them: 
     147 
    142148{{{ 
    143149chmod -v 666 ./periodic/cmd.php ./periodic/notifies.php ./inc/params.inc.php ./ray/inc/header.inc.php ./ray/inc/cron.inc.php ./ray/modules/chat/js/admin.js ./ray/modules/im/js/invite.js ./ray/modules/im/js/open.js ./ray/modules/presence/js/update.js ./orca/inc/header.inc.php ./inc/menu_content.inc.php ./ray/modules/global/inc/header.inc.php ./ray/modules/global/inc/cron.inc.php ./ray/modules/global/js/integration.js ./periodic/tags.php 
     150}}} 
     151 
     152Ray XML files to be writable. This will allow you to install Ray Widgets via Ray Base easily: 
     153 
     154{{{ 
     155chmod -v 666 ./ray/modules/global/xml/config.xml ./ray/modules/global/xml/main.xml ./ray/modules/board/xml/config.xml ./ray/modules/board/xml/langs.xml ./ray/modules/board/xml/main.xml ./ray/modules/board/xml/skins.xml ./ray/modules/chat/xml/config.xml ./ray/modules/chat/xml/langs.xml ./ray/modules/chat/xml/main.xml ./ray/modules/chat/xml/skins.xml ./ray/modules/im/xml/config.xml ./ray/modules/im/xml/langs.xml ./ray/modules/im/xml/main.xml ./ray/modules/im/xml/skins.xml ./ray/modules/movie/xml/config.xml ./ray/modules/movie/xml/langs.xml ./ray/modules/movie/xml/main.xml ./ray/modules/movie/xml/skins.xml ./ray/modules/mp3/xml/config.xml ./ray/modules/mp3/xml/langs.xml ./ray/modules/mp3/xml/main.xml ./ray/modules/mp3/xml/skins.xml ./ray/modules/music/xml/config.xml ./ray/modules/music/xml/langs.xml ./ray/modules/music/xml/main.xml ./ray/modules/music/xml/skins.xml ./ray/modules/presence/xml/config.xml ./ray/modules/presence/xml/langs.xml ./ray/modules/presence/xml/main.xml ./ray/modules/presence/xml/skins.xml ./ray/modules/video/xml/config.xml ./ray/modules/video/xml ./ray/modules/video/xml ./ray/modules/video/xml ./ray/modules/desktop/xml/config.xml ./ray/modules/desktop/xml/langs.xml ./ray/modules/desktop/xml/main.xml ./ray/modules/desktop/xml/skins.xml 
    144156}}}                      
    145                          
     157         
     158'''NOTE: Do not forget to [http://www.boonex.net/ray/wiki/RayServerInstall install Ray Media Server (RMS)] on your server or use [http://www.boonex.com/products/bms/ BoonEx Media Server]'''. 
     159                 
    146160Click Next to continue. 
    147161 
     
    204218 
    205219 
     220=== General Site Configuration === 
     221 
     2224. On this page you will have to set up General Site Configuration: 
     223         
     224        * '''Site Title/Logo''': this is a word or phrase which will be displayed on the title bar of your web browser 
     225 
     226        * '''Site e-mail''': indicate the email which will be used for getting info about purchased memberships, mass mailer's status, spam reports, and requests for canceling subscriptions. 
     227         
     228        * '''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. 
     229         
     230        * '''Bug report email''': indicate the email address to collecting MySQL bug reports for subsequent debugging. 
     231 
     232        * '''Set Admin Login information''' - you should choose the login and password for your Administration Panel. 
     233                                 
     234To enter your Administration panel please use the following URL: 
     235 
     236'''!http://www.mysitedomain.com/admin/'''  -  where ''!http://www.mysitedomain.com/'' is your actual domain.  
     237 
     238If you are installing Dolphin in a sub-directory then the URL will be: 
     239 
     240'''!http://www.mysitedomain.com/sub-directory/admin/'''.  
     241 
     242To login to the Administration Panel you should use the information which you have appointed above. 
     243 
     244 
    206245=== Setting up Cron jobs === 
    207246         
    208 4. If you made the previous steps correctly, you should see the final page of the installation, which will guide you through the final permissions setting and cron jobs installation. 
     2476. If you made the previous steps correctly, the next step will guide you through the setting cron jobs. 
    209248        To set up cron jobs, use one of the following ways: 
    210249                1. Using CPanel: 
     
    246285=== Permission Reversal === 
    247286 
    248 5. Now you should set the final permissions and '''delete the install folder''', using an FTP or SSH client. 
     2877. Now you should set the post-installation permissions and after '''delete the install folder'''. 
     288 
    249289                * Using FTP client. 
    250290                        Log into your FTP account using your favorite FTP client and navigate to the folder in which you have installed Dolphin script. 
     
    257297}}}              
    258298 
    259 '''Now you must delete the ''/install'' folder'''. 
    260299 
    261300                * Using shell client. 
     
    264303                        chmod -v 755 ./inc ./periodic 
    265304chmod -v 644 ./periodic/cmd.php ./periodic/notifies.php ./periodic/tags.php ./ray/modules/global/inc/header.inc.php 
    266 }}}                      
    267  
    268 === Final Step: General Site Configuraion === 
    269  
    270 6. On the sixth page you will have to set up General Site Configuration: 
    271          
    272         * '''Site Title/Logo''': this is a word or phrase which will be displayed on the title bar of your web browser 
    273  
    274         * '''Site e-mail''': indicate the email which will be used for getting info about purchased memberships, mass mailer's status, spam reports, and requests for canceling subscriptions. 
    275          
    276         * '''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. 
    277          
    278         * '''Bug report email''': indicate the email address to collecting MySQL bug reports for subsequent debugging. 
    279  
    280         * '''Set Admin Login information''' - you should choose the login and password for your Administration Panel. 
    281                                  
    282 7. Now you can visit your Dolphin Community home page, of course if '''you have deleted install folder'''. 
    283                  
    284 To enter your Administration panel please use the following URL: 
    285  
    286 '''!http://www.mysitedomain.com/admin/'''  -  where ''!http://www.mysitedomain.com/'' is your actual domain where Dolphin has been installed. 
    287  
    288 To login to the Administration Panel you should use the information which you have appointed in the "Final Step". 
     305}}} 
     306 
     307'''Now you must delete the ''/install'' folder'''.                       
     308 
     309'''NOTE: Do not forget to [http://www.boonex.net/ray/wiki/RayServerInstall install Ray Media Server (RMS)] on your server or use [http://www.boonex.com/products/bms/ BoonEx Media Server]'''. 
     310 
 
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