Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.
/ gradProject Public archive

Cloud Foundry Application Package Manager

License

Notifications You must be signed in to change notification settings

radito3/gradProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Foundry Application Package Manager

Build Status HitCount

Setup

  1. Install the Cloud Foundry command line interface
  1. Sign into a Pivotal account
  • Create or have a Pivotal account
  • Use the command line interface to log in and designate an org and space (if not specified)
cf login
  1. Run the scripts to install the Application Package Manager
  • Make sure to make the files in the scripts/ folder executable
  • If they aren't by default, type
chmod 755 ./scripts/installApp
chmod 755 ./scripts/uploadPlugin
  • After that, type
./scripts/installApp
./scripts/uploadPlugin
  • The command prompt will ask you whether you want to install the plugin. Type y.
  • You are ready to use the package manager!

Usage

Install a package

cf install <package>

Update a package

cf update <package>

Delete a package

cf remove <package>

List installed apps

cf list-installed

List repository apps

cf list-repo

Contribute

contributions welcome

Author