Paraguay World Cup Goals Odds Argentina World Cup Odds 2010 Best Argentina Odds Odds Uruguay To Win World Cup Holland Brazil Odds Paraguay Spain Betting Argentina Odds Of Winning World Cup Bet Holland Odds Paraguay To Win World Cup Betting Paraguay World Cup Bet Paraguay Spain Holland Betting Online Paraguay Betting Odds Online Soccer Betting Argentina Holland Odds To Win World Cup Uruguay Odds To Win World Cup Betting Holland World Cup Online Soccer Betting Paraguay Holland V Brazil Final Odds Holland Group C Odds Holland Betting Odds Odds For Paraguay Paraguay Spain Bet Odds Holland Betting Football Argentina World Cup Odds Comparison Argentina Odds In World Cup Uruguay Betting Online Betting On Holland And Brazil Uruguay - Ghana Argentina V Germany Odds World Cup Bet Argentina Holland Betting Betting Uruguay To Semi Final Paraguay V Spain Final Odds Odds For Uruguay Argentina Germany Betting Preview William Hill Betting Holland Holland Odds For World Cup Argentina Germany Bet Argentina Betting Site Uruguay Ghana Betting Preview Odds On Uruguay Odds Argentina Germany Argentina Germany Bets Online Soccer Betting Holland Holland Vs Brazil Betting Odds Uruguay Betting Football Top Uruguay Scorer Betting Odds On Paraguay Argentina Odds For World Cup Paraguay Odds Of Winning Paraguay Betting Site Argentina Betting Hill Paraguay Betting Football Uruguay V Ghana Final Odds William Hill Betting Paraguay Holland Vs Brazil Odds Top Paraguay Scorer Betting Soccer Betting Uruguay Odds For Brazil Best Uruguay Odds Argentina Odds World Cup Argentina Betting Odds Betting Paraguay To Semi Final Odds For Argentina Paraguay Odds World Cup Uruguay World Cup Bet Online Betting Argentina Football Odds Argentina To Win World Cup Betting On Uruguay And Ghana Odds On Uruguay Ghana Argentina Germany Bet Odds Soccer Betting Holland Argentina V Germany Bets Odd For Argentina Uruguay Ghana Odds Football Argentina V Germany Betting Betting Paraguay Football Betting Odds On Brazil Soccer Uruguay V Ghana Betting Bet On Holland World Cup 2010 Paraguay Group C Odds Best Paraguay Odds Uruguay V Ghana Odds For Holland And Brazil Uruguay Odds Of Winning Uruguay World Cup Betting Odds Uruguay Odds Football Holland Betting Tips Odds Uruguay Ghana Holland - Brazil Odds Holland Betting Hill World Cup Bookies Paraguay Paraguay World Cup Odds Comparison Uruguay Odds In World Cup Best Odds Paraguay World Cup
online casino casino game online

us casino guide instant echeck casinos usa

XanaxAdderall onlineLevitraADDERALL onlineadderall without prescriptionPhentermine onlinetramadol onlinevalium online

Symfony on Media Temple for Life 2.0 Framework

Symfony on Media Temple for Life 2.0 Framework

One of my goals is to build the heart of the Life 2.0 System using the Symfony framework. I now have a bare bones Symfony framework up and running locally and on on Media Temple. Here are the steps I took:

  1. I used this tutorial to get Symfony working in Windows XP (later I upgraded to Vista with no problem)
  2. Navigate to the root directory where you will store the website
  3. Run symfony init-project [project name] using the command prompt.
  4. Run symfony init-app [name of front end application]
  5. Defined the database schema in the file config/schema.yml.
  6. Run symfony propel-build-model.
  7. Created DB in MySQL and created the user account for access.
  8. Run symfony propel-build-model.
  9. Run symfony propel-build-sql.
  10. Run symfony propel-generate-crud frontend [phpName specified in schema.xml with lowercases] [phpName specified in schema.xml,but with first letter capitalized]
  11. Updated httpd.conf locally by adding a new virtual host.
  12. Updated the hosts file to support a custom local url. Here is how to do that in Vista.
  13. Restarted apache and made sure the Symfony install worked.
  14. Copied batch/load_data.php from ThemBid.com.
  15. Created data/fixtures/test.yml and populated with test data.
  16. Added function setPassword() to lib/model/Auth.php.
  17. Run mysql -u [username] -p [db name] < data/sql/lib.model.schema.sql
  18. Run php batch/load_data.php from the command prompt.
  19. Run symfony init-module frontend homepage to setup the framework for the homepage.
  20. Changed apps/frontend/config/routing.yml to point to the correct homepage.
  21. Started EasyEclipse for PHP.
  22. Created new PHP Project using the wizard.
  23. Used this tutorial to create the login form.
  24. Used this tutorial to secure and implement the login form.
  25. Migrated to Media Temple using the article here.
    • Make sure to take care of the pre-requisites.
  26. I had to hard copy the files from ~/pear/data/symfony/web/sf to web/sf.
  27. My config/database.yml gave me problems because I was missing a space.

These steps are derived from notes I took while working on this project. there may be steps or information missing that I did not catch. Please let me know in the comments if you have any questions.

Leave a Reply

You must be logged in to post a comment.