Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Micro CloudFoundry not available anymore?

Does anyone knows if the "micro" version of CloudFoundry will be still available?

The https://micro.cloudfoundry.com site does not respond but I've got a link to it in my pivotal account so naturally I assume something must have gone wrong.

like image 221
Matthias Hryniszak Avatar asked Oct 17 '13 15:10

Matthias Hryniszak


3 Answers

Micro Cloud Foundry has not been upgraded for Cloud Foundry v2. The following links gives the two alternative options:

http://docs.cloudfoundry.com/docs/running/deploying-cf/run-local.html

I can recommend cf-vagrant-installer which enables you to run CF on virtualbox, using vagrant. This is a more flexible approach compared to the older micro CF, which required VMWare.

like image 106
Mark O'Connor Avatar answered Nov 08 '22 22:11

Mark O'Connor


Update: the vagrant option is now called "Bosh-lite" and is available under: https://github.com/cloudfoundry/bosh-lite

Supported Virtualizations are: * VMWAre Fusion * VirtualBox * AWS

like image 43
Lior Bar-On Avatar answered Nov 08 '22 22:11

Lior Bar-On


MicroPCF will be replaced by pcfdev (currently version 0.15) but it's still in beta. All you have to do is a vagrant up. It will have MySQL, Redis and Rabbit as Service out of the box.

like image 1
Dirk Hoffmann Avatar answered Nov 08 '22 21:11

Dirk Hoffmann