ilya.stmn
ilya.stmn

Reputation: 1624

Play framework deployment in jelastic cloud

In my current project i'm using to Play! framework, now i've decided to publish my app in jelastic cloud. but every time i run play jelastic:deploy console prints the following message :

~ Invalid command: jelastic:deploy

P.S. I.m using Play! version 1.2.4 , followed this tutorial. Thanks in advance

Upvotes: 0

Views: 359

Answers (1)

Samuel
Samuel

Reputation: 1667

The original tutorial on JElastic outlines more steps than the one you linked to.

In particular, you must install the plugin for Play! (Step 3.4 and following):

…\play-1.2.4>play install jelastic
…\play-1.2.4>play new jelasticapp –-with=jelastic

Upvotes: 1

Related Questions