Changes between Version 47 and Version 48 of DetailedInstall


Ignore:
Timestamp:
Mar 29, 2010, 12:32:40 PM (14 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v47 v48  
    181181=== Permissions ===  
    182182 
    183    1. On the first page of the install process you can see the files and folders whose permissions should be properly set up.  
     183   On the first page of the install process you can see the files and folders whose permissions should be properly set up.  
    184184    
    185185   There are the following ways to do this: 
     
    187187   * Using a shell client. 
    188188         
    189       1) If PHP is running as an Apache module on Unix systems 
     189      1. If PHP is running as an Apache module on Unix systems 
    190190Log into your shell account using your favorite shell client and change directory to that containing your Dolphin script files. Now run the following commands under your SSH prompt: 
    191191 
    192    '''(for Dolphin 6.1.x)''': 
    193  
    194    {{{ 
     192      '''(for Dolphin 6.1.x)''': 
     193 
     194      {{{ 
    195195chmod 777 ./backup ./cache ./groups/gallery ./groups/orca/cachejs ./groups/orca/classes ./groups/orca/js ./groups/orca/layout ./groups/orca/log ./inc ./langs ./media/images ./media/images/banners ./media/images/blog ./media/images/classifieds ./media/images/gallery ./media/images/profile ./media/images/profile_bg ./media/images/promo ./media/images/promo/original ./media/images/sdating ./media/images/sharingImages ./media/sound ./media/video ./orca/cachejs ./orca/classes ./orca/conf ./orca/js ./orca/layout ./orca/log ./periodic ./tmp 
    196196 
     
    201201chmod 666 ./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/desktop/xml/config.xml ./ray/modules/desktop/xml/langs.xml ./ray/modules/desktop/xml/main.xml ./ray/modules/desktop/xml/skins.xml ./ray/modules/global/data/integration.dat ./ray/modules/global/inc/cron.inc.php ./ray/modules/global/inc/header.inc.php ./ray/modules/global/xml/config.xml ./ray/modules/global/xml/main.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/shoutbox/xml/config.xml ./ray/modules/shoutbox/xml/langs.xml ./ray/modules/shoutbox/xml/main.xml ./ray/modules/shoutbox/xml/skins.xml ./ray/modules/video/xml/config.xml ./ray/modules/video/xml/langs.xml ./ray/modules/video/xml/main.xml ./ray/modules/video/xml/skins.xml 
    202202 
    203    }}} 
    204          
    205    '''(for Dolphin 7.x)''' 
    206  
    207    {{{ 
     203      }}} 
     204         
     205      '''(for Dolphin 7.x)''' 
     206 
     207      {{{ 
    208208chmod 777 ./inc ./backup ./cache ./cache_public ./langs ./media/app ./media/images ./media/images/banners ./media/images/blog ./media/images/classifieds ./media/images/membership ./media/images/profile ./media/images/profile_bg ./media/images/promo ./media/images/promo/original ./tmp ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/CSS ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/Test ./plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/URI  
    209209 
     
    215215chmod 777 flash/modules/global/app/ffmpeg.exe 
    216216 
    217    }}} 
    218     
    219    '''Note''': all the other files in the Dolphin installation folder should have 644 permissions, and subfolders should have 755 permissions. 
     217      }}} 
     218    
     219      '''Note''': all the other files in the Dolphin installation folder should have 644 permissions, and subfolders should have 755 permissions. 
    220220   
    221       2) If PHP is running as CGI on Unix systems 
    222  
    223          In this case all folders should have 755 permissions and all files should have 644 permissions, except for the '''ffmpeg.exe file''', which should have 755 permissions. 
    224  
    225          To do this quickly, you can run the following commands when you're in the Dolphin installation folder under your SSH account: 
    226          {{{ 
     221      2. If PHP is running as CGI on Unix systems 
     222 
     223      In this case all folders should have 755 permissions and all files should have 644 permissions, except for the '''ffmpeg.exe file''', which should have 755 permissions. 
     224 
     225      To do this quickly, you can run the following commands when you're in the Dolphin installation folder under your SSH account: 
     226      {{{ 
    227227find ./ -type d -exec chmod 755 {} \; 
    228228find ./ -type f -exec chmod 644 {} \; 
     
    230230chmod 755 flash/modules/global/app/ffmpeg.exe; (for Dolphin 7.x) 
    231231 
    232          }}} 
    233  
    234       3) If your site is to be installed on Windows, you don't need to change any permissions. 
     232      }}} 
     233 
     234      3. If your site is to be installed on Windows, you don't need to change any permissions. 
    235235           
    236236   * Using an FTP client. 
 
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