Unify rake commands for all components start/server

Issue #150 resolved
LiAh Sheep created an issue

Currently, all components are having slightly different commands:

  • www: rake cnpaas:development:server
  • portal: rake cnpaas:start
  • openshift: vagrant up --provision

It’d be nice if we can unify them to a single syntax. Say rake cnpaas:[env]:server or rake cnpaas:[env]:start.

Comments (5)

  1. Log in to comment