Menu

Tree [a8196a] default tip /
 History

Read Only access


File Date Author Commit
 docs 2011-06-29 Rafal Radulski Rafal Radulski [28cd7e] Added themedesign files
 nbproject 2011-06-10 Rafal Radulski Rafal Radulski [090092] Added test files
 src 2011-06-30 Rafal Radulski Rafal Radulski [a8196a] Implemented photo upload
 test 2011-06-25 Rafal Radulski Rafal Radulski [a12c8f] Implemented album methods in PHoto model
 .hgignore 2011-06-25 Rafal Radulski Rafal Radulski [a12c8f] Implemented album methods in PHoto model
 AGPL.txt 2011-06-02 Rafal Radulski Rafal Radulski [05c09c] Added readme and license files
 LICENSE.txt 2011-06-02 Rafal Radulski Rafal Radulski [05c09c] Added readme and license files
 NEW_BSD.txt 2011-06-02 Rafal Radulski Rafal Radulski [05c09c] Added readme and license files
 README.txt 2011-06-02 Rafal Radulski Rafal Radulski [05c09c] Added readme and license files

Read Me

LICENSE
=======

Make sure to read: LICENSE.txt


INSTALLATION
============

The following are the recomended installation steps.

Make sure that htaccess files are used by apache server. Copy the following
_htaccess files renaming them to .htaccess
* path_to_application/_htaccess_*
* path_to_application/public/_htaccess_*

If more than one version of _htaccess file is available, use the one corresponding to
your apache version. Make sure to edit each .htaccess; you need to set RewriteBase.
See comments inside each _htaccess file.

Point your browser to one of the following:
https://your_domain.com/setup/
https://your_domain.com/path_to_frazzos/setup


DEVELOPMENT
===========
Frazzos uses the APPLICATION_ENV constant to understand in what environment it is
executing. This selects correct section from configuration file and may affect
some features. When APPLICATION_ENV is set to production, error and warning messages are
not displayed. In development and testing environment, all errors are shown.

APPLICATION_ENV may take the followig values: "production", "development", "testing".
It defaults to "production".

Add the following to your apache configuration file or to 
path_to_application/public/.htaccess :
SetEnv APPLICATION_ENV "development"