txAdmin Logo
{{@if(it.step == 'review')}}
Step 1: Review Recipe
Please review the Recipe below and apply any changes you want,
then press the Run Recipe button below. {{@if(!it.recipe.isTrustedSource)}}
Warning: Only run Recipes from trusted sources! {{/if}}

{{it.recipe.name}} {{@if(it.recipe.version != '')}} {{it.recipe.version}} {{/if}} {{@if(it.recipe.author != '')}} by {{it.recipe.author}} {{/if}} {{@if(it.recipe.description != '')}}
{{it.recipe.description}} {{/if}}

   
{{#elif(it.step == 'run')}}
Step 1: Review Recipe βœ”οΈ
Step 2: Run Recipe
Your recipe is being executed, the server will be deployed to:
{{it.deployPath}}

🐌🐌🐌

0%
{{#elif(it.step == 'configure')}}
Step 1: Review Recipe βœ”οΈ
Step 2: Run Recipe βœ”οΈ
Step 3: Configure server.cfg
Configure your server.cfg file to your liking,
then press the Save & Run Server button below.
   
{{#else}}
Somethign is wrong πŸ€”
{{/if}}