Hi Cristiano,
It is just a few steps:

   - edit config/database.yml and change settings for test database, point
   to the PostgreSQL database.
   - navigate to the application directory, execute following commands
      - rake db:create db:migrate RAILS_ENV=test
      - rake tests

Cheers,
Onno

On Wed, Nov 30, 2011 at 5:43 PM, Cristiano Gavião <cvgav...@gmail.com>wrote:

>  Hi Onno,
>
> My problem is that I do not have knowledge about Rails :)
>
> I've installed mysql for now, just to test..
>
> Could you point me how could I run those tests ?
>
> cheers
>
> Cristiano
>
>
> On 29/11/11 17:00, Onno van der Straaten wrote:
>
> Hi Cristiano,
> I haven't tested it but in principle it could work as Rails is database
> agnostic and PostgreSQL is one of the supported databases, I think. It is
> easy enough to try. To be sure it will work without problems you should run
> all tests against a PostgreSQL database. If they all pass it will work.
> Best Regards,
> Onno
>
>
> On Fri, Nov 25, 2011 at 10:41 PM, Cristiano Gavião <cvgav...@gmail.com>wrote:
>
>> I will get a time to test EPF Wiki this weekend...
>>
>> I just find this instructions:
>> http://wiki.eclipse.org/EPF_Wiki_Installation_Guide_for_Ubuntu
>>
>> But as my ubuntu server already have a installed Postgresql 9.1, I would
>> like to know if it is possible to use Postgres instead of Mysql. it is
>> possible ?
>>
>>
>> thanks
>>
>> Cristiano
>>
>>
>> _______________________________________________
>> epf-dev mailing list
>> epf-dev@eclipse.org
>> https://dev.eclipse.org/mailman/listinfo/epf-dev
>>
>
>
>
> _______________________________________________
> epf-dev mailing 
> listepf-dev@eclipse.orghttps://dev.eclipse.org/mailman/listinfo/epf-dev
>
>
>
> _______________________________________________
> epf-dev mailing list
> epf-dev@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/epf-dev
>
>
_______________________________________________
epf-dev mailing list
epf-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/epf-dev

Reply via email to