Next
How to Deploy a NEXT Application using Magikube
To deploy a NEXT application along with its cloud infrastructure, please follow below steps:
- To create base infrastructure using Magikube please refer Create Project guide.
- Please choose
next
from the options listed in theSelect a frontend application type
prompt. - Please choose any backend application from the options listed in the
Select a backend application type
prompt. - Follow steps mentioned under section
Post Deployment Setup
in the Create Project guide. - To verify that the application is up and running, open url
https://<FQDN>
in your browser.
Destroy Project
To destroy infrastructure and applications, created using magikube
please refer Destroy Project guide.