Symfony
CakePHP alde batera laga eta Symfony ikasten hasi nintzen aste batzuk. Aurkitzen dudan dokumentazio guztia nonbait batzeko aldera eta beti eskuragarri izan behar izaznez gero ere, blog-ean edukitzea erabaki dut, eta horrela inoiz akaso besteren bati ondo etorriko zaio ere.
Hasteko, sistema eragilea prestatzeko ondo pauso hauek jarraitu nituen:
- http://netbeans.org/kb/docs/php/configure-php-environment-mac-os.html
Ondoren Symfony framework bera instalatzeko hauek:
(http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/)
Now, I already had MAMP installed from my previous project of installing wp using MAMP in OS X.
If you do not have it, go ahead and download MAMP. Mount the MAMP dmg and drag the folder directly into your applications directory. Do not use a subdirectory.
Open the php.ini text file in a text editor. It should live here:
/Applications/MAMP/conf/php5/php.ini
Change the memory limit to 32M by editing the memory_limit part of the file to the following:
memory_limit = 32M ;
Save the file and close your text editor. Now fire up your terminal…
Now we are going to move leopard’s php to a safe place…
sudo mv /usr/bin/php /usr/bin/php-old
Link the MAMP php into where leopard’s php used to be…
sudo ln -s /Applications/MAMP/bin/php5/bin/php /usr/bin/php
If you have PEAR already installed, we are going to move it as well. If you don’t have PEAR, this will obviously error out which you can ignore.
sudo mv /usr/bin/pear /usr/bin/pear-old
Link MAMP’s PEAR into bin…
sudo ln -s /Applications/MAMP/bin/php5/bin/pear /usr/bin/pear
The following two commands will use PEAR to download and install symfony.
pear channel-discover pear.symfony-project.com
pear install symfony/symfonyNow place link symfony into bin…
sudo ln -s /Applications/MAMP/bin/php5/bin/symfony /usr/bin/symfony
If everything has worked correctly, you should now be able to fire up symfony from the command line.
Now that you have it installed, try working on the first symfony tutorial.
I originally got the majority of these directions from the following thread.
Listo! Honekin iada prest gaude Symfonyrekin lanean asteko. Ikasten hasteko onena Symfonyren web orrian dagoen dokumentazioa irakurtzea da, eta batez ere Jobeet proiektua garatzea, pausuz pausu, explikazio guztiekin proiektu oso bat garatzen da symfony eta bestelako teknologiak erabiliz.
- http://www.symfony-project.org/jobeet/1_4/Doctrine/es/
Dokumentazio horrez gain, orain aste batzuk Castelloneko Unibertsitatean izandako Symfony jornadetako bideoak gehituko nituzke. Symfony eta inguruko beste hainbat tecnologiei buruz hitz egin zen bertan, hitzaldiak bideoan grabatu eta mundu guztiari eskuragarri ipini dituzte:
- http://vimeo.com/channels/symfonydecharlas
Ea ea… gauza gehiago… ah! subversion… Jobeet-eko tutorialean Subversion erabiltzen dute baina nik nahiago izan dut behin hasita, Git sistema erabiltzea eta bera darabilkit. Netbeans-erako bada plugin bat, nbgit izanekoa.
- http://nbgit.org/
Eta amaitzeko, Git erabiltzen ikasi nahi izanez gero, hemen aurki daitezke hainbat screencast:
- http://www.gitcasts.com/
Horrekin nahikoa momentuz.












Iker Ibarguren(1979).