-->
julis

Installing Symfony PHP Framework on XAMPP

This is steps to installing Symfony PHP Framework on XAMPP manually (without pear)
(asumed XAMPP is installed in  c:\)

1. Download symfony source package in symfony-project.org
2. Extract symfony-1.1.1.zip to C:\
3. Create Environment variable :
3a. Klik kanan My Computer -> Properties
3b. Pilih Tab Advanced
3c. Klik Tombol Environment Variables
3d. Jika pada User Variables belum ada Variable dengan nama PATH, buatlah dengan cara :
3d-1. Klik tombol New
3d-2. Isi Variable Name dengan PATH
3d-3. Isi Variable Value dengan symfony C:\symfony\data\bin
3d-4. Klik Ok
3e. Jika Variable PATH sudah ada, edit PATH dengan cara:
3e-1. Klik Variable PATH, lalu klik Edit
3e-2. Tambahkan di Variable Value ;C:\symfony\data\bin
3f. Tambahkan Value di Variable PATH, dengan ;C:\XAMPP\php, klik ok
3g. klik OK pada dialog Environment Variables
4. Tutup Dialog Properties My computer
5. Test hasil install symfony dengan cara :
5a. Buka Command Prompt dengan cara Klik Start Menu->Run isi cmd lalu enter
5b. Ketik symfony -V
5c. Jika sudah muncul versi symfony berarti instalasi berhasil
julis
julis
Load comments