Menu

Tree [c6da1b] master /
 History

HTTPS access


File Date Author Commit
 PEAR 2010-02-21 Eric Eric [c6da1b] first commit
 adodb 2010-02-21 Eric Eric [c6da1b] first commit
 cgi 2010-02-21 Eric Eric [c6da1b] first commit
 class 2010-02-21 Eric Eric [c6da1b] first commit
 conf.d 2010-02-21 Eric Eric [c6da1b] first commit
 css 2010-02-21 Eric Eric [c6da1b] first commit
 doc 2010-02-21 Eric Eric [c6da1b] first commit
 fonts 2010-02-21 Eric Eric [c6da1b] first commit
 fpdf 2010-02-21 Eric Eric [c6da1b] first commit
 function 2010-02-21 Eric Eric [c6da1b] first commit
 home 2010-02-21 Eric Eric [c6da1b] first commit
 images 2010-02-21 Eric Eric [c6da1b] first commit
 install 2010-02-21 Eric Eric [c6da1b] first commit
 javascript 2010-02-21 Eric Eric [c6da1b] first commit
 jpgraph 2010-02-21 Eric Eric [c6da1b] first commit
 jscalendar 2010-02-21 Eric Eric [c6da1b] first commit
 jschess 2010-02-21 Eric Eric [c6da1b] first commit
 languages 2010-02-21 Eric Eric [c6da1b] first commit
 lib 2010-02-21 Eric Eric [c6da1b] first commit
 log 2010-02-21 Eric Eric [c6da1b] first commit
 model 2010-02-21 Eric Eric [c6da1b] first commit
 modules 2010-02-21 Eric Eric [c6da1b] first commit
 page 2010-02-21 Eric Eric [c6da1b] first commit
 phplayersmenu 2010-02-21 Eric Eric [c6da1b] first commit
 phpmailer 2010-02-21 Eric Eric [c6da1b] first commit
 system 2010-02-21 Eric Eric [c6da1b] first commit
 tab 2010-02-21 Eric Eric [c6da1b] first commit
 templates 2010-02-21 Eric Eric [c6da1b] first commit
 themes 2010-02-21 Eric Eric [c6da1b] first commit
 ajax.php 2010-02-21 Eric Eric [c6da1b] first commit
 camaroes.jpg 2010-02-21 Eric Eric [c6da1b] first commit
 camaroes.wav 2010-02-21 Eric Eric [c6da1b] first commit
 camaroes_class.php 2010-02-21 Eric Eric [c6da1b] first commit
 cli.php 2010-02-21 Eric Eric [c6da1b] first commit
 common_begin.php 2010-02-21 Eric Eric [c6da1b] first commit
 common_end.php 2010-02-21 Eric Eric [c6da1b] first commit
 config.inc.php 2010-02-21 Eric Eric [c6da1b] first commit
 control.php 2010-02-21 Eric Eric [c6da1b] first commit
 copyrigth.txt 2010-02-21 Eric Eric [c6da1b] first commit
 forget_account.php 2010-02-21 Eric Eric [c6da1b] first commit
 front_page.php 2010-02-21 Eric Eric [c6da1b] first commit
 index.html 2010-02-21 Eric Eric [c6da1b] first commit
 index.php 2010-02-21 Eric Eric [c6da1b] first commit
 inscription.php 2010-02-21 Eric Eric [c6da1b] first commit
 install.txt 2010-02-21 Eric Eric [c6da1b] first commit
 licence.txt 2010-02-21 Eric Eric [c6da1b] first commit
 login.php 2010-02-21 Eric Eric [c6da1b] first commit
 logout.php 2010-02-21 Eric Eric [c6da1b] first commit
 readme.txt 2010-02-21 Eric Eric [c6da1b] first commit
 robots.txt 2010-02-21 Eric Eric [c6da1b] first commit
 validation.php 2010-02-21 Eric Eric [c6da1b] first commit

Read Me

REQUIREMENTS
------------

First you must have the base environment for Camaroes.
We have thoroughly tested Camaroes! on: Linux, Free BSD, Mac OS X and Windows.
Linux or one of the BSD's are recommended, but anything else that can run the
3 pieces of software listed below should do it.

Apache	-> http://www.apache.org
MySQL	-> http://www.mysql.com
PHP	-> http://www.php.net

for install goto:
http://your_server/camaroes/index.php?cmr_mode=install

after install

- login at [admin]
- run generator by going to the [Admin]menu and [generator]
- Choose this:
   Database Type: mysql
   Database source : From server
   model source : From server
   Output: In application auto folders
   ....etc  -> don't change
   Tabella Prefix : cmr_
      ....etc  -> don't change
   Tabella Of [ camaroes_db ] -> select all
   Models Group : [ php ] -> select all
      ....etc  -> don't change
   Click on [generate] 
  To complete at all the install procedure


   

SERVER CONFIGURATION
--------------------

You MUST ensure that PHP has been compiled with support for MySQL

this is the general static configuration file ./conf.d/conf.ini
	
the first configuration file is ./config.inc.php
the general dynamic configuration file is ./conf.d/conf.ini
the group configuration file is ./home/groups/{group_name}/config.ini
the user configuration file is ./home/groups/{user_name}/config.ini
	
	
to configure the interface (module windows position) for all user, see ./page/page.ini or ./themes/themes.ini or ./css/camaroes.css
to configure the interface (module windows position) for a group, see ./home/{group_name}/page.ini or ./home/{user_name}/page.ini
	
the language file is ./language.ini or ./language/lang_to_use/language.ini
the default windows themes configuration file ./themes/themes.ini or ./themes/{themes_folder}/themes.ini

the database connection configuation can_be ./conf.d/conf.ini or ./config.inc.php or ./conf.d/conf.ini or ./home/{group_name}/login_rc.php  or ./home/{group_name}/config.ini  or ./home/{user_name}/config.ini (the default one is in ./conf.d/conf.ini )

 the database connection configuation is  (the default one is in config.inc.php, ./conf.d/conf.ini )


While we have reports that Camaroes! works on IIS server we recommend Apache
for running Camaroes! on Windows.