0

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

biesior
  • 55,576
  • 10
  • 125
  • 182
ilya.stmn
  • 1,604
  • 5
  • 23
  • 41

1 Answers1

1

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
Samuel
  • 1,667
  • 12
  • 18
  • Yes, i've already followed this tutorial, and made your step, but still have this problem – ilya.stmn Nov 16 '12 at 07:17
  • There is an error in the syntax (it should be `--with=jelastic`. I've tried out the steps with this correction and it works. – Samuel Nov 16 '12 at 07:55