fluffigt.com *poof* said fluff….

1Apr/084

Symfony development with XAMPP on Windows

This is how I set up my windows laptop for development with Apache/MySQL/PHP/Symfony (XAMPP with Symfony).

  1. Download XAMPP Installer package.
  2. Install XAMPP - this is really just a case of next -> next -> okay.
  3. Since I'm not only using my laptop for development I chose not to start any services except for XAMPP when windows starts.
  4. Start (from XAMPP Control Panel) Apache and MySQL (and whatever other services you need).
  5. Add PHP to your PATH.
    1. Right-click "This Computer", choose properties.
    2. Advanced tab -> Systam variables (not sure, my system is in Swedish 😉 )
    3. Add C:\xampp\php;C:\xampp\mysql\bin (if installed in default location) to the PATH variable.
  6. Upgrade Pear - pear upgrade pear
  7. Find Symfony - pear channel-discover pear.symfony-project.com
  8. Install Symfony - pear install symfony/symfony
  9. Done! Start playing around...
26Feb/080

Translations…

I'm currently translating all my old pages to english, since I don't have many swedish readers anyways. Hope some of it will come to use someday, and if it does - please leave a comment 🙂

Filed under: fluffigt.com No Comments
8Feb/080

English on the blog…

I'll try to be better at writing in english at the blog from now on. It's been quite a lot of swedish until now.

Filed under: fluffigt.com No Comments
8Feb/080

Travian tools

Me and a friend is working on a more-or-less complete set of tools for Travian. The result should include a forum for alliances with support for grouping alliances together. Other features range from statistics for the server, attack/defense planning, groups of players etc. If you have any suggestions, please leave a comment here.

5Feb/080

Greylisting, (anti)spam, etc

I've been working way too much lately, but at least I've taken the time to install a new spam filter on my mail server. It was actually only a very small patch to the qmail source that was needed to get it to filter mail through policyd. Policyd is primarily made for Postfix, but seems to work great with qmail too. That puts an end to my own greylisting project, which only greylisted on source-IP/24. The "greysmtpd" app was working as it should but there were too many spammers in the world to make it effective enough.

Tagged as: , No Comments
3Jan/080

SonyEricsson T650i

My new phone

Filed under: Misc No Comments
8Nov/070

qmail-spp

Tagged as: No Comments
30Sep/070

Facebook autenticering i Symfony

http://www.markng.co.uk/template/article/facebook_api_auth...

Filed under: Misc No Comments
30Sep/070

Puppet

Puppet är ett system för att administrera några till _många_ maskiner från en central punkt. Ungefär som CFEngine, men bättre.

Tagged as: , No Comments
30Sep/070

Symfony Project

Symfony är ett PHP-framwork som verkar riktigt nice. Finns även en del bloggartiklar här och där som tipsar om bra sätt att göra saker på.

Tagged as: No Comments