pivotal-cf/pcfdev

Name: pcfdev

Owner: Pivotal Cloud Foundry

Description: PCF Dev is the simplest way to get a complete Cloud Foundry on a single workstation

Created: 2015-11-19 16:51:58.0

Updated: 2018-01-08 15:33:45.0

Pushed: 2017-11-22 10:17:52.0

Homepage:

Size: 15801

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

PCF Dev

PCF Dev is a new distribution of Cloud Foundry designed to run on a developer?s laptop or workstation. PCF Dev gives application developers the full Cloud Foundry experience in a lightweight, easy to install package. PCF Dev is intended for application developers who wish to develop and debug their application locally on a full-featured Cloud Foundry. PCF Dev is also an excellent getting started environment for developers interested in learning and exploring Cloud Foundry.

More information about the project can be found on the FAQ.

Open Source

This repository contains source code that allows developers to build an open source version of PCF Dev that only contains the Elastic Runtime and the CF MySQL Broker. The binary distribution of PCF Dev that is available on the Pivotal Network contains other PCF components (such as the Redis, RabbitMQ and Spring Cloud Services marketplace services as well as Apps Manager) that are not available in this repository.

However, we encourage you to leave any feedback or issues you may encounter regarding the full, binary distribution of PCF Dev in this repository's Github issues.

Install
  1. Download the latest pcfdev-VERSION-PLATFORM.zip from the Pivotal Network.
  2. Unzip the zip file and navigate to its containing folder using PowerShell or a Unix terminal.
  3. Run the extracted binary.
  4. Run cf dev start.

Check out the documentation for more information. Running cf dev help will display an overview of PCF Dev VM management commands.

Prerequisites
Using the Cloud Foundry CLI Plugin

Follow the instructions provided at the end of cf dev start to connect to PCF Dev:

loading VM...
ress: |====================>| 100%
ownloaded
rting VM...
ting VM...
isioning VM...
ing for services to start...
ut of 40 running
____  _______  _______    ______   _______  __   __
    ||       ||       |  |      | |       ||  | |  |
 _  ||       ||    ___|  |  _    ||    ___||  |_|  |
|_| ||       ||   |___   | | |   ||   |___ |       |
 ___||      _||    ___|  | |_|   ||    ___||       |
|    |     |_ |   |      |       ||   |___  |     |
|    |_______||___|      |______| |_______|  |___|
ow running.
egin using PCF Dev, please run:
cf login -a https://api.local.pcfdev.io --skip-ssl-validation
n user => Email: admin / Password: admin
lar user => Email: user / Password: pass

The local.pcfdev.io domain may differ slightly for your PCF Dev instance.

To stage a simple app on PCF Dev, cd into the app directory and run cf push <APP_NAME>.

See cf documentation for information on deploying apps and attaching services.

Using a customized PCF Dev OVA

Specify the path to the custom built OVA with the -o flag to the cf dev start command.

 dev start -o /path/to/custom/ova
rting VM...
ting VM...
isioning VM..

To build a custom PCF Dev OVA, please see our DEVELOP Documentation.

Uninstall

To temporarily stop PCF Dev run cf dev stop.

To destroy your PCF Dev VM run cf dev destroy.

To uninstall the PCF Dev cf CLI plugin run cf uninstall-plugin pcfdev

Contributing

If you are interested in contributing to PCF Dev, please refer to the contributing guidelines and development instructions.

Copyright

See LICENSE for details. Copyright (c) 2016 Pivotal Software, Inc.

PCF Dev uses a version of Monit that can be found here, under the GPLv3 license.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.