Changes between Version 66 and Version 67 of DetailedInstall
- Timestamp:
- Aug 25, 2010, 6:13:44 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetailedInstall
v66 v67 196 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: 197 197 198 === Step 1 - Permissions ===198 === Install Script - Step 1 - Permissions === 199 199 200 200 On the first page of the install process you can see the files and folders whose permissions should be properly set up. … … 202 202 There are the following ways to do this: 203 203 204 205 206 204 '''''USING SHELL CLIENT''''' 205 206 1. ''If PHP is running as an Apache module on Unix systems'' - log 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: 207 207 208 208 '''(for Dolphin 6.1.x)''': … … 235 235 '''Note''': all the other files in the Dolphin installation folder should have 644 permissions, and subfolders should have 755 permissions. 236 236 237 237 2. ''If PHP is running as CGI on Unix systems'' all folders should have 755 permissions and all files should have 644 permissions, except for the '''ffmpeg.exe file''', which should have 755 permissions. 238 238 239 239 To do this quickly, you can run the following commands when you're in the Dolphin installation folder under your SSH account: … … 246 246 }}} 247 247 248 248 3. ''If your site is to be installed on Windows'', you don't need to change any permissions. 249 249 250 250 '''''USING FTP CLIENT''''' 251 251 252 252 Log into your FTP account using your favorite FTP client and navigate to the folder in which you uploaded the contents of the Dolphin-v.X.X.zip archive. … … 265 265 After all permissions are correctly set, click '''Next''' to continue. 266 266 267 === Step 2 - Paths ===267 === Install Script - Step 2 - Paths === 268 268 269 269 On the second page of the install you will have to indicate the necessary paths demanded by the script. Here they are: … … 314 314 Click '''Next''' to continue. 315 315 316 === Step 3 - Database ===316 === Install Script - Step 3 - Database === 317 317 318 318 On the third page you will have to specify the database information: … … 331 331 332 332 333 === Step 4 - Config ===333 === Install Script - Step 4 - Config === 334 334 335 335 On this page you will have to set up General Site Configuration: … … 345 345 * '''Set Admin Login information''' - you should choose the login and password for your Administration Panel. 346 346 347 === Step 5 - Cron Jobs ===347 === Install Script - Step 5 - Cron Jobs === 348 348 349 349 * [wiki:Crons61x for Dolphin 6.1.x] … … 351 351 * [wiki:Crons7x for Dolphin 7.x] 352 352 353 === Step 6 - Permissions Reversal ===353 === Install Script - Step 6 - Permissions Reversal === 354 354 355 355 Now you should set the post-installation permissions and after that '''delete the install folder'''. … … 404 404 '''Now you must delete or rename the ''/install'' folder'''. 405 405 406 === Step 7 - Modules ===406 === Install Script - Step 7 - Modules === 407 407 408 408 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).