Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skyversal

Skyversal Templates

Starter configurations for deploying popular frameworks on Skyversal. Each template contains the minimum setup needed to get your app running in seconds.

Available Templates

Template Framework Description
laravel Laravel PHP application with queue worker & scheduler
nextjs Next.js React SSR/SSG framework
wordpress WordPress Classic CMS with auto-configured database
medusajs MedusaJS v2 Headless e-commerce backend
astro Astro Static-first content framework
ghost Ghost Professional publishing platform

How to Use

  1. Pick a template from the list above
  2. Copy the skyversal.json into your project root
  3. Push to GitHub, GitLab, or Bitbucket
  4. Connect your repo on Skyversal Console
  5. Deploy

Or start fresh by forking any template directory.

Configuration (skyversal.json)

Each template includes a skyversal.json that tells the platform how to build and run your app:

{
  "name": "my-app",
  "framework": "laravel",
  "build": "composer install --no-dev && npm run build",
  "start": "php artisan serve --host=0.0.0.0 --port=$PORT"
}

Contributing

Have a framework you'd like to see here? Open an issue or submit a PR.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors