Go to file
2013-10-30 13:24:51 +00:00
application Correction 2013-10-10 11:49:08 +00:00
docs Documentation 2013-10-30 13:24:51 +00:00
library Correction 2013-10-10 11:49:08 +00:00
public Correction 2013-10-10 11:49:08 +00:00
scripts Correction 2013-10-10 11:49:08 +00:00

README
======

 - Installation
 - Setting up your VHOST
 - Project
 - Library


Installation
============
 
 Give sample detail on the installation 


Setting Up Your VHOST
=====================

The following is a sample VHOST you might want to consider for your project.

<VirtualHost *:80>
	ServerName sdciblage.sd.dev
	AddDefaultCharset utf-8
	DirectoryIndex index.php
	SetEnv APPLICATION_ENV "development"	
	DocumentRoot "WORKSPACE/sdciblage/public"
	<Directory "WORKSPACE/sdciblage/public/">
		AllowOverride none
		Order allow,deny
		Allow from all  
		<IfModule mod_rewrite.c>
            RewriteEngine On
            RewriteCond %{REQUEST_URI} ^/favicon.ico$ [OR]
            RewriteCond %{REQUEST_FILENAME} -s [OR]
            RewriteCond %{REQUEST_FILENAME} -l [OR]
            RewriteCond %{REQUEST_FILENAME} -d
            RewriteRule ^.*$ - [NC,L]
			RewriteRule ^.*$ index.php [NC,L]
		</IfModule>
	</Directory>
	# Possible values include: debug, info, notice, warn, error, crit, alert, emerg.
	LogLevel notice
	ErrorLog "logs/sdciblage-error.log"
	CustomLog "logs/sdciblage-access.log" common
</VirtualHost>


Project
=======

	The purpose of this application is to select a list of company and extract information.
	On the interface, filter is apply for the selection. And the deliver file, a csv file, give all 
	the detail of companies.

	Structure
	---------
	- Zend Framework version 1.x	
	
		
	Assets
	------
	- JQuery 1.10.1
	- JQuery-UI 1.10.3	
	
	Development
	-----------


Library
=======

	Scores_Ciblage
	Scores_Enrichissement
	Scores_Fields