# No Rakefile found

**URL:** https://meta.discourse.org/t/no-rakefile-found/42108
**Category:** Support
**Created:** [April 6, 2016, 2:34am UTC](https://meta.discourse.org/t/no-rakefile-found/42108 "2016-04-06T02:34:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Rodelio\_Lagahit](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rodelio_lagahit/32/121638_2.png) [@Rodelio\_Lagahit](https://meta.discourse.org/u/Rodelio_Lagahit)
#### Post date: [April 6, 2016, 2:34am UTC](https://meta.discourse.org/t/no-rakefile-found/42108/1 "2016-04-06T02:34:35Z")

</div>

I’m trying to run this command;

![](https://global.discourse-cdn.com/meta/original/3X/8/d/8d67ca233c92dc79518297309a3bccb444a6cb5e.png)

but got this error

 ![](https://global.discourse-cdn.com/meta/original/3X/7/b/7b1f10f8579c23cb91706d72dafbbe152a79b958.png)

is this process necessary for that plugin to fully work?

is the rakefile also important with future plugins to work?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [April 6, 2016, 2:52am UTC](https://meta.discourse.org/t/no-rakefile-found/42108/2 "2016-04-06T02:52:39Z")

</div>

you need to enter the container first…

```plaintext
./launcher enter app
rake posts:rebake

```

---

<div class="post-metadata">

### Author: ![Rodelio\_Lagahit](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rodelio_lagahit/32/121638_2.png) [@Rodelio\_Lagahit](https://meta.discourse.org/u/Rodelio_Lagahit)
#### Post date: [April 6, 2016, 4:22am UTC](https://meta.discourse.org/t/no-rakefile-found/42108/3 "2016-04-06T04:22:13Z")

</div>

That worked. thanks for that …

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [April 6, 2016, 4:37pm UTC](https://meta.discourse.org/t/no-rakefile-found/42108/4 "2016-04-06T16:37:01Z")

</div>


