Changeset 1083

Show
Ignore:
Timestamp:
10/01/06 19:06:43 (2 years ago)
Author:
david
Message:

INSTALL, LICENSE, COPYRIGHT and docs update

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/COPYRIGHT

    r1080 r1083  
    5656http://tango.freedesktop.org/ 
    5757 
    58 Copyright (c) Authors 
     58Copyright (c) Authors. 
  • trunk/INSTALL

    r908 r1083  
    1 Archive Directory Structure: 
    2  
    3 - root 
    4   - php_documentor (templates for generating Agavi API docs) 
    5   - source (all source files) 
    6     - agavi (the agavi source) 
    7     - webapp (your web application, which should not be accessible from the web) 
    8     - www (web accessible files) 
    9   - samples (sample configuration files) 
    10  
    11  
    12 Installation Steps: 
    13  
    14 1. Move the "source/agavi" directory to a non web accessible location, 
    15    preferrably the parent directory of your root web directory. On most 
    16    installations this would be the parent directory of your "public_html" or 
    17    "www" directory. 
    18  
    19 2. Move the "source/webapp" directory to a non web accessible location, 
    20    preferrably the parent directory of your root web directory. 
    21  
    22 3. Give your "webapp/cache" directory full write permissions. In unix you can 
    23    type "chmod 777 cache". On Windows you must go through your webserver to give 
    24    it write permissions. 
    25  
    26 4. Move the "source/www/index.php" file to your web directory. This must be 
    27    accessible from the web. Any location that is accessible via the web 
    28    will do. 
    29  
    30 5. Configure your "webapp/config.php" configuration file. 
    31  
    32 6. Configure your web directory's "index.php" file that we just moved. 
    33  
    34 7. You're done. Try accessing your index.php file from the web. 
    35  
    36  
    37 Post-Install Configuration: 
    38  
    39 1. Setting up your database(s): 
    40  
    41    Turn on database support in webapp/config/settings.ini. The USE_DATABASE 
    42    setting is Off by default. Set it to On. Next, read the examples in 
    43    webapp/config/databases.ini to setup your database connectivity. 
     1For installation instructions, please refer to the corresponding chapter in the Agavi Manual. 
  • trunk/LICENSE

    r1081 r1083  
    4949original SVG versions. 
    5050 
    51  
    5251For more information about the Tango Desktop Project, visit the homepage: 
    5352http://tango.freedesktop.org/ 
    5453 
    55 The corresponding license can be found in LICENSE-TANGO_ICON_THEME 
     54The corresponding license can be found in LICENSE-TANGO_ICON_THEME. 
  • trunk/docs/docbook/manual.xml

    r1030 r1083  
    298298      <para><command>chmod a+rwx app/cache</command></para> 
    299299 
     300      <warning> 
     301        <para>"a+rwx" equals "0777" and means the cache directory and all 
     302        files in there will be read- and writeable by everyone. Remember that 
     303        the compiled configs will, for example, still contain your database 
     304        credentials in clear text. It might be a good idea to use the minimum 
     305        required permissions so the folder is readable only by PHP or the Web 
     306        Server. You have been warned.</para> 
     307      </warning> 
     308 
    300309      <para>And that's it! You're done! Fire up your browser and point it to 
    301310      the <filename>pub</filename> directory of your application. If you see a