269 | | |
270 | | On the second page of the install you will have to indicate the necessary paths demanded by the script. Here they are: |
271 | | |
272 | | * Site URL: here you should indicate the URL of your Dolphin folder including "http", such as:[[BR]] |
273 | | http://mysite.com/mycommunity/ [[BR]] |
274 | | (this path is usually properly determined by the installation script but you still should double check) |
275 | | |
276 | | * Directory root: this should be the server absolute path to the Dolphin folder, such as: |
277 | | {{{ |
| 269 | [[BR]][[BR]] |
| 270 | On the second page of the install you will have to indicate the necessary paths required by the script. Here they are: |
| 271 | |
| 272 | * '''Site URL:''' here you should indicate the URL of your Dolphin folder including "http", such as: ''http://mysite.com/mycommunity/'' (this path is usually properly determined by the installation script but you still should double check) |
| 273 | |
| 274 | * '''Directory root:''' this should be the server absolute path to the Dolphin folder, such as: |
| 275 | |
| 276 | on Unix systems: |
| 277 | {{{ |
298 | | (on Windows systems). |
299 | | |
300 | | This executable will be used to run crons (periodic tasks). |
301 | | |
302 | | * Path to ''mogrify'', Path to ''convert'' and Path to ''composite'': these paths indicate the location of [http://www.imagemagick.org/ ''ImageMagick''] applications, which will be necessary if ''php'' running on your server is not compiled with [http://www.boutell.com/gd/ ''GD library'']; |
303 | | |
304 | | ''Imagemagick'' is just an alternative for ''GD'' - image processing application; |
305 | | if ''PHP'' is compiled with ''GD'' library and you're not going to use [http://www.imagemagick.org/ ''ImageMagick''] with Dolphin, you can omit these steps and keep the default values. |
| 298 | |
| 299 | This executable will be used to run crons (periodic tasks). |
| 300 | |
| 301 | * '''Path to ''mogrify''''', '''Path to ''convert''''' and '''Path to ''composite''''': these paths indicate the location of [http://www.imagemagick.org/ ''ImageMagick''] applications, which will be necessary if ''php'' running on your server is not compiled with [http://www.boutell.com/gd/ ''GD library'']; |
| 302 | |
| 303 | ''Imagemagick'' is just an alternative for ''GD'' - image processing application. If ''PHP'' is compiled with ''GD'' library and you're not going to use [http://www.imagemagick.org/ ''ImageMagick''] with Dolphin, you can omit these steps and keep the default values. |