0

I'm trying to figure out where does webistrano keep its custom recipes (I want to copy them), and I can't seem to locate them. I've scoured the installation folder on the server to no avail.

Does anyone know where they are kept?

Roni Yaniv
  • 57,651
  • 5
  • 19
  • 16

2 Answers2

0

Recipes created inside the admin interface are stored in the database. The recipes table holds the information for the recipe and the revision to be executed on, include the actual code for the current version. The recipe_versions holds a complete copy of each version of the recipe.

The project types (templates) are created inside the repository at lib/webistrano/template/

Ryan Gibbons
  • 3,511
  • 31
  • 32
0

They were stored in its backend database.

admon_org
  • 39
  • 3