vtiger510:Installation on Windows (wiki.vtiger.com)

 vtiger510:Installation on Windows

System Requirements

  • Hardware Minimum: will run on PC with at least x486 pentium 4 with 256 MB RAM and 200 MB free disk space
  • Hardware Recommended: x486 Pentium 4 with 512 MB RAM and 500 MB free disk space.
  • Web Browser: Firefox 2.x and above Internet Explorer 6 and 7.
  • Operating system:Windows XP,2003,Vista.

How do I choose right distribution?

Type Of User Distribution Type
I am new to Web-based software – Beginners vtigercrm510 exe
I have hands-on experience with MySQL and PHP-based applications – Advanced PHP Users/Developers/Hosting Service Providers vtigrcrm510 tar.gz

Installation Prerequisites

  • You must have "Administrator privileges" on the system. If you are installing without Administrator privileges, vtiger CRM software will not be installed properly.
  • Before installing vtiger CRM software, stop the Apache and MySQL services.
  • vtiger CRM software is compatible with Apache 2.0.40 , MySQL 5.1.x and above , and PHP 5.0x and above.
  • Read/Write permissions for some of the vtiger CRM directories – Applicable to vtiger CRM Source Installation
  • PHP settings (php.ini) configuration -Applicable to vtiger CRM Source Installation

Installation steps on Windows

Step1: Download the vtigercrm-5.1.0.exe from vtigercrm510 exe
Now save this file and then run.
Step2: The installation process will start with the Welcome page, click next to continue with the installation. vtiger510-exeinstallation-step1.JPG
Step3: Now it will show the license Agreement page, read the license carefully, then select the check box and click next to continue with the installation.
vtiger510-exeinstallation-step2.JPG
Step4: Clicking next button moved you to Apache Web Server Port Selection page, by default the apache port is 81. If the port is occupied by any other process it will show a message saying this port is not free please select any other free port. After giving the apache port click next.
vtiger510-exeinstallation-step3.JPG
Step5: Now it will show the MySql Connection Parameter configuration page. Here you have to provide the MySql port, User name and Password. By default port is 3307, If the port is occupied by any other process it will show a message saying this port is not free please select any other free port. The default User Name is root and password is empty, you can change them according to your convenience. After giving all the parameters click next.
vtiger510-exeinstallation-step4.JPG
Step6: Clicking next will direct you to the Choose Installation Location page, here you can select the installation directory. By default c:\program files\vtigercrm-5.1.0 now click on the next button.
vtiger510-exeinstallation-step5.JPG
Step7: Clicking next will show Choose Start Menu Folder page, select the check box if you don't want to create start menu folder. now click the install button.
vtiger510-exeinstallation-step6.JPG
Step8: Clicking install button will start the installation process. Here you can see the progress of the process.
vtiger510-exeinstallation-step7.JPG
Step9: As soon as the installation done it will start the vtiger crm server, it will launch a command window.
vtiger510-exeinstallation-step8.JPG
Step10: Once it will start all the necessary services and process (Apache and MySql), it will launch the vtigercrm client. To continue with Configuration Wizard Click here

How to start and stop vtigercrm5.1.0

Click here for start and stop the vtigercrm5.1.0

Using Source


System Requirements

  • Hardware: Intel 80486 with 512 MB RAM or more and at least 250 MB of disk space.
  • Web Browser: Firefox 2.x and above Internet Explorer 6 and 7
  • Web Server Apache: version 2.0.40 or higher or Microsoft
  • Database MySQL: version 4.1.x through 5.1.x
  • PHP: version 5.0.x through 5.2.x

PHP Extensions

Following extensions should be enabled for your PHP setup
GD Mandatory Charts and graphs generation are dependent on this library.
IMAP Mandatory Webmails Module is dependent on this library.
Zlib Mandatory
OpenSSL Optional Imap with OpenSSL should be enabled in case Mail server needs to be connected via SSL
Curl Optional

PHP Configuration

Make sure to verify if your PHP configuration meets the recommended values.
Variable Value
allow_call_time_reference on
error_reporting E_WARNING & ~E_NOTICE
safe_mode off
display_errors on
file_uploads on
max_execution_time 600
memory_limit 32M
log_errors off
output_buffering on
register_globals off
short_open_tag On

File Permissions

Provide read-write access to the following files and folder (recursively):
NOTE: Read and Write permissions should be enabled for user/group who owns webserver process (like www-data or httpd or apache).
If you are not sure about this, you can use (chmod -R a+rw) and enable Read and Write permissions to any user.
  • config.inc.php
  • tabdata.php
  • install.php
  • parent_tabdata.php
  • cache
  • cache/images/
  • cache/import/
  • storage/
  • install/
  • user_privileges/
  • Smarty/cache/
  • Smarty/templates_c/
  • modules/Emails/templates/
  • modules/
  • cron/modules/
  • test/vtlib/
  • backup/
  • Smarty/templates/modules/
  • test/wordtemplatedownload/
  • test/product/
  • test/user/
  • test/contact/
  • test/logo/
  • logs/
  • modules/Webmails/tmp/
Proceed with the next step of installation by visiting index.php from the browser.

Installation Steps Using Source

If Apache (or IIS), MySQL, PHP setup exists on the server, download vtiger 5.1.0RC Source and extract to the webserver's Document Root (or public_html) After extracting, it will create a folder named as vtigercrm and copied all the files into that. After this just go to the browser and install the product
  1. If you are using Apache (example:http://localhost:/vtigercrm)
  2. If you are using IIS (example:http://localhost/vtigercrm)
For continuing with Configuration Wizard click here
NOTE: While using WAMP, keep vtigercrm source directory inside C:\wamp\www. Now start services (MySQL and Apache services) and go through browser to access vtigerCRM.

On IIS


How to Install IIS

please refer to this link for installing the IIS

Install and Configure PHP

Step1: Start by creating a directory into which you will extract the downloaded PHP files (php-5.2.6-Win32.zip). In this example I’m going to use C:\PHP as my installation directory. Then extract the files from php-5.2.6-Win32.zip into C:\PHP
Step2: Next locate the file ‘php.ini-recommended’ in C:\PHP and rename it to ‘php.ini’

vtiger510-IISphpinstallation-step1.JPG
Step3: Open the ‘php.ini’ file and find the line which reads extension_dir = “./” and change it to extension_dir = “C:\PHP\ext”. This tells PHP where the various extensions are located and as you can see the default path in the ‘php.ini-recommended’ file which ships with PHP points to the wrong location, so you need to change it.
You also need to add the location of your PHP directory to the server’s PATH environment variable so that Windows knows where to look for any PHP related executable (such as the PHP extension DLL‘s). To do this Right-click on My Computer, click Properties and on the Advanced tab click Environment Variables. In the Environment Variables dialog box, under System variables highlight the Path variable and click Edit.

vtiger510-IISphpinstallation-step2.JPG
Step4: Add ‘;C:\PHP’ (be sure to include the semi-colon separator) as shown here and click OK. You need to re-boot the server for this change to take effect.

vtiger510-IISphpinstallation-step3.JPG
After this make the necessary changes in php.ini to see the recommended php.ini values click here

Installing MySQL on the Server

Step1: Launch the mysql-5.0.51a-win32 installer file to start the MySql setup wizard.

vtiger510-IISmysqlinstallation-step1.JPG
Step2: Click Next and then choose a custom installation as this will allow us to specify an installation directory of our own choosing. In this example I will be using installing MySQL into the ‘C:\MySQL’ folder.

vtiger510-IISmysqlinstallation-step2.JPG
Step3: On the Custom setup dialog box click Change to specify the preferred installation directory.

vtiger510-IISmysqlinstallation-step3.JPG
Step4: Select the directory you want to use and then click OK to go back to the Custom setup dialog box.

vtiger510-IISmysqlinstallation-step4.JPG
Step5: Click OK. MySQL is now ready to be installed. Click Install to begin the installation.

vtiger510-IISmysqlinstallation-step5.JPG
Step6: At the MySQL.com Sign Up screen click Skip Sign-Up and then click Next.

vtiger510-IISmysqlinstallation-step6.JPG
Step7: On the next dialog box ensure that ‘Configure the MySQL Server now’ tick box is checked and click Finish.

vtiger510-IISmysqlinstallation-step7.JPG
Step8: The Server Instance Configuration Wizard is now launched. Click Next to begin configuring your MySQL server.

vtiger510-IISmysqlinstallation-step8.JPG
Step9: Choose Detailed Configuration and click Next.

vtiger510-IISmysqlinstallation-step9.JPG
Step10: In this example I am installing MySQL on the same machine as my IIS web server so I opt for the Server Machine option. Choose a server type which is appropriate for your requirements and click Next.

vtiger510-IISmysqlinstallation-step10.JPG
Step11: Choose the type of database which best suits your needs and click Next.

vtiger510-IISmysqlinstallation-step11.JPG
Step12: Leave the default setting of the MySQL installation path for the InnoDB Tablespace settings (unless you wish to change it) and click Next.

vtiger510-IISmysqlinstallation-step12.JPG
Step13: Select the appropriate number of concurrent connections you want to allow and click Next.

vtiger510-IISmysqlinstallation-step13.JPG
Step14: Leave the default networking options settings (unless you have reason to change them) and click Next.

vtiger510-IISmysqlinstallation-step14.JPG
Step15: Choose the appropriate character set for your requirements and click Next.

vtiger510-IISmysqlinstallation-step15.JPG
Step16: On the Windows options dialog box ensure that both ‘Install As Windows Service’ and ‘Include Bin Directory in Windows Path’ tick boxes are selected and click Next.

vtiger510-IISmysqlinstallation-step16.JPG
Step17: In the security options dialog box ensure that ‘Modify Security Settings’ is ticked and type in your new root password. Decide whether or not you wish to allow root access from remote machines or create an anonymous account and click Next.

vtiger510-IISmysqlinstallation-step17.JPG
Step18: If you are happy with the choices you have made click Execute to begin configuring your server.

vtiger510-IISmysqlinstallation-step18.JPG
Step19: Once the Configuration Wizard has finished click Finish to begin using your new MySQL server.

vtiger510-IISmysqlinstallation-step19.JPG

How To Use IIS

  • Go to start menu -->Administrative tools --> Internet Information Service
  • Now right click on website tab
vtiger510-IISInstallation-Step1.JPG
  • Give site name as per your convenience and click on next button
vtiger510-IISInstallation-Step2.JPG
  • Remain the parameters as per they are in image and click on next button
vtiger510-IISInstallation-Step3.JPG
  • Choose website home directory by default is (C:\Inetpub(you should kept your vtigercrm folder in this folder))
vtiger510-IISInstallation-Step4.JPG
  • or you can choose your new folder for that and click next button
vtiger510-IISInstallation-Step5.JPG
  • Now click on finish button to finish the IIS installation
vtiger510-IISInstallation-Step6.JPG
  • You have to make some changes in properties
  • So,you have to right click on the newly created website and move it to properties
vtiger510-IISInstallation-Step7.JPG
  • In the properties go to home directory and give the permissions according to the screen shot
vtiger510-IISInstallation-Step8.JPG
  • Now click on the configuration tab
  • New window will appear and in new window click on browse button
  • Make sure that you added .php Application Extensions
vtiger510-IISInstallation-Step9.JPG
  • Click on documentation tab and add index.php for default content page
vtiger510-IISInstallation-Step10.JPG
  • Now change some permissions again move to new website and right click on that and select the permission tab
vtiger510-IISInstallation-Step11.JPG
  • Select users and give all the permissions according to the screen shot
vtiger510-IISInstallation-Step12.JPG
  • Now click on the Web services extensions and make sure that php extension is there not
  • Click on a add a new web service extension
vtiger510-IISInstallation-Step13.JPG
  • Add the new web service extension acording to the step given here click on add
vtiger510-IISInstallation-Step14.JPG
  • Now browse the extension
vtiger510-IISInstallation-Step15.JPG
vtiger510-IISInstallation-Step16.JPG
  • After that allow the web service extension
vtiger510-IISInstallation-Step17.JPG
  • Now go to browser and give localhost you can see the configuration page of vtigercrm

 =======================================================================

Client Installation Screen Shots

  • Follow the screen hosts below to configure vtiger installation
vtiger510-BinInstallation-Step1.JPG
  • Click Install to start the installation process of vtigerCRM
vtiger510-BinInstallation-Step2.JPG
  • Click next button to accepting the License agreement of vtigerCRM
vtiger510-BinInstallation-Step3.JPG
  • This page will check the php.ini values as per recommended and displays the php version . Click next button to continue with the installation.
vtiger510-BinInstallation-Step4.JPG
  • Before clicking next button select what modules to be installed in the vtigerCRM510 and click next button
vtiger510-BinInstallation-Step5.JPG
  • This page is for the database configuration ,Here you have to provide the MySql User name and Password.
The default User Name is root and password is empty, you can change them according to your convenience.
  • After giving all the parameters click next button.

vtiger510-BinInstallation-Step6.JPG
  • This page will show the confirmation settings of previous database configuration and click populate database with demo if you want to install with demo data or ignore it if you want to install with out demo data and click next button
vtiger510-BinInstallation-Step7.JPG
  • This page shows where the configuration file(config.inc.php)is located and tells about how much time it will take to install
  • Click next button to continue with installation
vtiger510-BinInstallation-Step8.JPG
  • Click finish button to complete the installation of vtigercrm5.1.0
vtiger510-BinInstallation-Step9.JPG
  • This is the Login page for the vtigercrm5.1.0 you have to give the user name and password to login to the vtigerCRM510
  • Default vtigercrm user login details.
username : admin
Password : admin

vtiger510-BinInstallation-Step10.JPG
  • After login to vtigercrm5.1.0 the page will appear like the above screen shot.
  • Now you can start work with vtigercrm5.1.0

PHP

PHP Extensions

Following extensions should be enabled for your PHP setup
GD Mandatory Charts and graphs generation are dependent on this library.
IMAP Mandatory Webmails Module is dependent on this library.
Zlib Mandatory
OpenSSL Optional Imap with OpenSSL should be enabled in case Mail server needs to be connected via SSL
Curl Optional

PHP Configuration

Make sure to verify if your PHP configuration meets the recommended values.
Variable Value
allow_call_time_reference on
error_reporting E_WARNING & ~E_NOTICE
safe_mode off
display_errors on
file_uploads on
max_execution_time 600
memory_limit 32M
log_errors off
output_buffering on
register_globals off
short_open_tag On

File Permissions

Provide read-write access to the following files and folder (recursively):
NOTE: Read and Write permissions should be enabled for user/group who owns webserver process (like www-data or httpd or apache).
If you are not sure about this, you can use (chmod -R 777) and enable Read and Write permissions to any user.
  • config.php
  • install.php
  • migrate.php
  • parent_tabdata.php
  • tabdata.php
  • cache/
  • install/
  • logs/
  • modules/
  • storage/
  • test/
  • user_privileges/
  • Smarty/templates
  • Smarty/templates_c/
Proceed with the next step of installation by visiting index.php from the browser.

On Hosted Server

System requirements

  • Web Server: Apache version 2.0.40 or higher or Microsoft IIS version 5 or higher
  • Database: MySQL version 4.1.x through 5.1.x
  • Scripting: PHP version 5.0.x through 5.2.x
  • Web Browser: Microsoft IE 5.5/6.0, Firefox 1.5.x or above

Installation Guide

You can download vtigrcrm510 tar.gz from here
  • Check here for the PHP file extensions and permissions
  • Extract the vtiger_CRM_5_1_0.tar.gz file into the document root of the Apache/IIS server.
  • Now you can access the product through browser by giving like this (http://yourdomain.com/vtigercrm)
  • Click hereto continue with the configuration wizard

    Norton Ghost, Backup dan Install Windows Secepat Kilat (http://guntingbatukertas.com)

    Norton 22Ghost, Backup dan Install Windows Secepat Kilat

    oleh salsabel pada Apr.30, 2009, dalam kategori Flashdisk USB, Hiren's Boot CD, Windows

    Proses instalasi sistem operasi seringkali menjadi hal yang sangat menjemukan.hiren-norton-ghost Terutama apabila Anda termasuk orang yang risih jika instalasi OS Anda tidak stabil atau lemot. Saya dulu pernah termasuk dalam ‘golongan’ ini, dalam seminggu saya bisa install windows 2 hingga 3 kali karena beberapa instalasi game 3D yang saya mainkan sudah tamat dan harus diganti dengan yang baru :P
    Selain karena memang ‘hobi’, terkadang Windows mengalami masalah yang tak terduga seperti serangan virus, missing file atau instalasi error. Ini bisa membuat makin sering kita ‘bermain’ dengan CD instalasi Windows. Repotnya, jika kita ga bisa berlama-lama buang-buang waktu hanya untuk install Windows plus aplikasi seabreg. Belum lagi aktivasinya.. ribet kan! Nah, daripada kita alami hal ini saya akan paparkan langkah antisipasi yang bisa Anda praktekkan. Bagi yang sudah tahu, maap kalo ada siaran ulang ya..

    Untuk melakukan praktek, kita perlu program Cloning Tool. Sebenarnya banyak sekali program semacam ini yang beredar di pasaran, diantaranya Symantec/Powerquest Disk Image, Roxio GoBack, Windows System Restore, dll. Nah, kali ini kita akan ‘bermain’ dengan Program Norton Ghost 11.5 yang dapat Anda temukan dalam CD Hiren’s Boot CD 9.8. Bagi yang belum punya Hiren’s Boot CD Versi terbaru, silakan dapatkan di sini.
    Norton Ghost menyediakan fungsi backup dan restore dengan mudah. Dengan bantuan Hiren’s Boot CD, Anda bisa melakukan prose backup dan restore instalasi Sistem Operasi Anda dengan mudah, praktis dan cepat. Ya, nggak secepat kilat dalam arti sebenarnya sih.. Tapi jauh lebih cepat daripada jika Anda harus menginstall Windows dari awal berikut program yang akan Anda gunakan.
    Sebelumnya, persiapkan perlengkapan yang dibutuhkan sebagai berikut:
    • Komputer atau Notebook target yang dilengkapi drive CD/DVD untuk menjalankan Hiren’s Boot CD. Saya sarankan minimal terdapat 2 partisi, sistem C:/ atau drive yang berisi instalasi Windows dan partisi lain untuk menyimpan image
    • CD Hiren’s Boot CD 9.8 berisi Norton Ghost 11.5 atau Hiren’s Boot USB Flashdisk
    • Flashdisk/keping DVD untuk menyimpan backup file image (Optional)
    Prinsip kerja
    Pada dasarnya, ada dua langkah yang Anda lakukan
    1. Membuat backup Data Partisi PC yang berisi Sistem Operasi Windows ke dalam File Image . File ini berisi rekaman komplit file sistem operasi Anda berikut program yang telah ter-install didalamnya. File ini harus disimpan di partisi selain partisi Windows itu sendiri. Misalnya Anda punya C:/ yang bersi instalasi Windows, Anda harus menyimpan file image di partisi selain C:/. Itulah mengapa di atas saya menyarankan minimal ada 2 partisi.
      Perlu saya tekankan bahwa, langkah ini mutlak diperlukan jika Anda ingin bisa melakukan langkah restorasi/pemulihan sistem dengan cepat. Dengan kata lain, tanpa adanya file Image Anda tidak bisa melakukan restorasi Windows.
    2. Restorasi Windows. Jika terjadi sesuatu, anda bisa memanggil file backup yang telah Anda buat sebelumnya untuk memulihkan instalasi Windows persis seperti saat file image dibuat.
    Langkah Pertama, Membuat File Image.
    1. Masukkan Hiren’s Boot Flashdisk USB atau Hiren’s Boot CD sesuai dengan preferensi Anda.
    2. Nyalakan komputer, masuk ke BIOS dengan menekan DEL/F2/F8/F12 sesuai dengan BIOS PC Anda.
    3. Masuk ke Bagian Boot Sequence/Urutan Booting. Pastikan media yang Anda gunakan menempati urutan pertama booting. Misalnya: Anda memilih menggunakan CD Hiren’s, pastikan CDROM berada pada posisi booting pertama.
    4. Pada menu Booting Hiren’s, pilih ‘Start Boot CD’
    5. Pada Menu Utama Hiren’s, Pilih [2.] Backup Tool > [2.] Norton Ghost 11.5 > [8.]Ghost (Normal). Tunggu beberapa saat hingga program Norton Ghost berjalan. Klik [OK]
      hiren-norton-ghost1
    6. Pilih Menu > Local > Partition > To Image untuk menyimpan partisi ke dalam sebuah file image.
      hiren-norton-ghost2
    7. Pilih Harddisk Fisik yang akan di backup. Biasanya Windows ada pada Local (1) seperti pada contoh, [OK].
      hiren-norton-ghost3
    8. Pilih Partisi Harddisk yang akan di backup. Biasanya Windows ada pada Primary Drive seperti pada contoh, [OK]. Perhatikan atribut lainnya seperti File System (NTFS/FAT32), Label, Ukuran dsb. Pastikan Anda memilih drive yang tepat.
      hiren-norton-ghost3
    9. Tentukan Partisi Harddisk mana yang akan digunakan untuk menyimpan file backup image. Beri nama pada file, misalnya Backup_1 kemudian klik [SAVE]. Perhatikan bahwa harddisk ditulis dalam urutan seperti berikut; D:1.2:[DATA] FAT, artinya adalah:
      D: = Drive D:
      1.2: = merupakan Harddisk Fisik Pertama Partisi Kedua
      [DATA] = label DATA
      FAT =  File System FAT32
      hiren-norton-ghost5
    10. Selanjutnya akan muncul dialog kompresi Image File, pilih salah satu berdasarkan keterangan berikut:
      No = Pilih ini jika Anda tidak ingin mengubah file image dari ukuran file windows sebenarnya
      FAST = Pilihan kompresi cepat, hasilnya kurang lebih 30% dari ukuran file sebenarnya
      HIGH = Pilihan kompresi tingi, hasilnya bisa sampai 60% dari ukuran file asli meski prosesnya akan sedikit lebih lambat.
      Saya anjurkan Anda memilih pilihan ini untuk menghemat space harddisk. Toh Norton Ghost tidak mengubah isi file image, hanya ukuran filenya saja yang dipadatkan. Persis seperti yang dilakukan oleh WinZIP ato WinRAR.
      hiren-norton-ghost6
    11. Ketika muncul dialog box ‘Procesed with partition image creation?’ Pilih [YES]
      hiren-norton-ghost7
    12. Tunggu beberapa saat hingga proses selesai dan muncul Image Box ‘Image Creation Completed Successfully’, klik [Continue]. Klik [Quit] untuk keluar Program.
    Sampai di sini Anda sudah punya satu file image dari sistem operasi Anda yang sewaktu-waktu bisa dipanggil kembali untuk melakukan restorasi. Anda bisa menggunakan Flashdisk atau Media DVD untuk menyimpan file Image ini, hanya untuk berjaga-jaga.
    Nah, suatu saat jika ada masalah dengan Windows, Anda tinggal melakukan langkah restorasi berikut ini.
    Langkah Kedua, Restore Windows dari Backup File Image
    1. Boot dari Hiren’s Boot CD atau Hiren’s Boot USB Flashdisk
    2. Pada menu Booting Hiren’s, pilih ‘Start Boot CD’
    3. Pada Menu Utama Hiren’s, Pilih [2.] Backup Tool > [2.] Norton Ghost 11.5 > [8.]Ghost (Normal). Tunggu beberapa saat hingga program Norton Ghost berjalan. Klik [OK].
    4. Pilih Menu > Local > Partition > From Image untuk me-restore partisi dari file image yang tadi telah kita buat.
      hiren-norton-ghost8
    5. Temukan file Image dengan ekstensi .GHO pada drive penyimpanan Anda. Pilih, dan akhiri dengan Open.
      hiren-norton-ghost9
    6. Pilih Partisi sumber/Source file image kemudian klik [OK]
      hiren-norton-ghost10
    7. Pilih Harddisk fisik tujuan/Destination Restorasi Windows, [OK]
      hiren-norton-ghost11
    8. Pilih Partisi Harddisk tujuan/Destination Restorasi. Pilih Primary [OK]
      hiren-norton-ghost12
    9. Ketika Muncul Dialog Box ‘Prosses With Partition Restore?’ klik [Yes]
    10. Tunggu hingga selesai 100%
    11. Klik [Reset Computer] untuk me-restart Komputer.
    Semoga bermanfaat..

    Baca selengkapnya di: http://guntingbatukertas.com/sistem-operasi/windows/norton-ghost-backup-dan-install-windows-secepat-kilat/#ixzz0i2bLIGUB
    Under Creative Commons License: Attribution No Derivatives

    Lapis Aspal Beton (laston)

    Lapis Aspal beton adalah beton aspal yang  bergradasi menerus, lapis aspal beton (laston) juga sering disebutl dengan AC (Asphal Concrete), ...