README

Technology

Linux Nginx/Apache PHP 5.2+ MySQL 5+ Symfony 1.3.9

Installation

  1. Create /config/databases.yml file:

dev:
  propel:
    param:
      classname: DebugPDO
test:
  propel:
    param:
      classname: DebugPDO
all:
  propel:
    class: sfPropelDatabase
    param:
      classname: PropelPDO
      dsn: 'mysql:dbname=DBNAME;host=HOST'
      username: USERNAME
      password: 'PASSWORD'
      encoding: utf8
      persistent: true
      pooling: true
  1. In your database perform SQL-queries from /data/sql folder.

  2. Clear symfony cache:

    ./symfony cc

  3. Nginx config:

    set $root /home/user/etapasvi.com/www;
    include /home/user/etapasvi.com/www/nginx_web.conf;

Contributing

All submissions are welcome:

  1. Fork it.

  2. Create a branch (git checkout -b my_contribution)

  3. Commit your changes (git commit -am "Fixed bug")

  4. Push to the branch (git push origin my_contribution)

  5. Create an Issue with a link to your branch

  6. Enjoy a refreshing Tea and wait

Misc

Database archive: http://www.etapasvi.com/uploads/misc/db.tar.gz.gpg (shared just for backup purposes)

Way Back Machine: http://wayback.archive.org/web/20091215000000*/http://www.etapasvi.com/en/