======= Install and set-up Linea21. The five minute way! ======= 

0) Please check prerequisite : https://dev.linea21.com/projects/linea21/wiki/Pr%C3%A9Requis

1) Use the lazy-loader available on our website to get the application 
     or download the latest archive and extract it into you Apache web root folder
     and make apache user, the application owner (ex : sudo chown -R www-data:www-data ./*)
     
2) Open your browser and enter the installer URL. It should be similar to 
	 http://localhost/linea21/install/install.php
	 
3) Choose the language you want, enter database set-up parameters and 
     first website informations (name, email).
     
4) You're done! Follow the given link to access tha back-office.

5) Optional : 
		- To schedule a newsletter emailing or send emails asynchronously, you must set-up a cronjob.
			this should look like : * * * * * /usr/bin/php -q /var/www/linea21/admin/cron.php token=yourSecretToken


!!! Change the admin password if you want to use linea21 in a production server !!!


======= How to upgrade from a previous version ? =======

0 - Please check prerequisite : https://dev.linea21.com/projects/linea21/wiki/Pr%C3%A9Requis
   
1 - Backup your current webapp : by default, linea21 folder
			For versions < 1.7, be sure to backup /config/define_release.ini and /config/define_db.ini files.

2 - Backup your current database : mysqldump -hlocalhost -ulinea -plinea linea21 > /home/backup_linea21/linea21_date.dmp

3 - Finally call /install/update.php from your web-browser - Something like http://localhost/linea21/install/update.php
			This will :
				- update your database
				- apply required changes to your configuration file
				- perform some cleaning


======= Documentation and support =======

http://dev.linea21.com				Wiki - Bug tracker
http://www.linea21.com				Website


======= UTF-8 encoding warning =======

All application files are UTF-8 encoded. To edit files, imperatively use a text-editor supporting UTF-8 format 
and save files keeping the same format.