Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cloud virtual machines available for free for open source testing? [closed]

Anyone know about places in the cloud where you can create (virtual) machines (like Amazon EC2) to use for your computing tasks - places that offer a number (at least 5-10) of free machines, if they are used for testing open source projects?

Im not looking for places hosting CI environments like Jenkins, Hudson, TeamCity etc. for free for open source projects. Im looking for a place where I can run some servers where I can setup the open source system itself in a clustered and distributed environment. Then drive a test against that clustered and distributed environment from an automated test (e.g. executed from a CI environment).

like image 920
Per Steffensen Avatar asked Aug 09 '12 21:08

Per Steffensen


1 Answers

I think that Openshift may attend your requirements. Specially if you do not need to have an external port open apart from the http

like image 81
Thomas Avatar answered Oct 03 '22 10:10

Thomas