📄 install
字号:
================================ INTRODUCTION ================================Thanks to download GContact.An application to manage your adress book, including multiples adresses/contacts by person.The name GContact comes from GMail, because I like this application and It's a source of inspiration for GContact.Also, another reason is because my name (Grégory).================================ INSTALLATION ================================If you update an existing application, see release notes first...[REQUIREMENTS]- A web server (Apache, IIS, etc)- PHP 4/5 with XML DOM extension (don't forget to configure SMTP in php.ini to support email notifications)- PEAR (install extensions stuff/pear/OLE-0.5.tgz then stuff/pear/Spreadsheet_Excel_Writer-0.9.0.tgz)- MySQL[STEPS TO INSTALL GCONTACT]1. Copy sources in a web folder called GContact (or anything else)2. create a database in MySQL and for security reasons, I suggest your to create an MySQL user with all privileges for this database3. run stuff/contact.sql script in MySQL to create tables4. update database informations in inc/properties.inc.php5. go to http://localhost/GContact/admin/createUser.php6. use 'root' and 'GC0NT4CT' to log in7. fill form to create an user (note : password are hashed in database using MD5)7. login at http://localhost/GContact >> For dailies email notification8. configure a timer (like cron under Linux or a scheduled task under Windows) to launch the PHP script actions/notifyBirthdays.php every dayRepeat step 5 to 6 to create others users.Security note : To improve security, you have to change the default admin login and password in inc\properties.inc.php (ADMIN_USERNAME & ADMIN_PASSWORD)[STEPS TO UPDATE GCONTACT]1. Backup inc\properties.inc.php file2. Copy all sources3. Type your old properties.inc.php settings into the new one4. if necessary, apply SQL patch(es) in descending order - see stuff\patch_*.sql=================================== HELP =====================================If you have a problem to install GContact, check the FAQ on the GContact website (http://gcontact.sourceforge.net/).You can also browse or post on GContact forum to get some help : http://sourceforge.net/forum/?group_id=155267At least, you can email me (see CONTACT).================================== CONTACT ===================================If you're using GContact, I will be happy to have some news from you !Also, suggestions, bugreports or another idea will be really appreciate.Grégory PAUL : paul.gregory@free.fr (FRANCE/Paris)================================== THANKS ====================================I'd like to thanks everybody using GContact and specially them who contribute to it.I think to Valérie for bugs hunt and spanish translation, to my grand-father René for german translation and to Robin Clarke for the vcf import script.================================== LICENSE ===================================This program is free software; you can redistribute it and/or modify it underthe terms of the GNU General Public License as published by the Free SoftwareFoundation; either version 2, or (at your option) any later version.This program is distributed in the hope that it will be useful, but WITHOUTANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESSFOR A PARTICULAR PURPOSE. See the GNU General Public License for more details : http://www.gnu.org/copyleft/gpl.html
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -