#CF Portal
CF Portal is a web-frontend for cloundfoundry based on nodejs.
##Getting Started
- Clone the project: https://github.com/tonite31/cf-portal
- Change directory to cf-protal :
cd cf-protal
- Change the manifest.yml to your options.
- Change the config.json to the endpoint and admin user information. If you don't input admin user information, you could not use several features.
4-1. Enter the smtps account information. this used for invite to another user.
4-2. If you want to use redis, enter the redis server information to config.json. - Install npm packages :
npm install
- Push this application to Cloud Foundry using the cf Command Line Interface (CLI):
cf push.
##License Code licensed under MIT