Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.22 KB

Starter Cloudron App

This repository contains the Cloudron app package source for , a template Cloudron application.

The package aims to set global development standards for Cloudron packages to ensure uniformity and ease of sharing.

Configuration

  1. Run npm run prepare:init
  2. Copy .env.development.local to .env, and fill-in the appropriate values.

Make sure that id and version are defined in CloudronManifest.json.

Installation

The scripts assume you already have the application installed on your server.

Run the appropriate npm script based on your needs:

# Update the application specified in PROD_APP_ENDPOINT
npm run update:prod

# OR
# Update the application specified in TEST_APP_ENDPOINT
npm run update:test

Building

Building can be done using npm run build. This script automatically builds and pushes a Docker image tagged with the id and version defined in CloudronManifest.json

Update checklist

  • Upgrade version in CloudronManifest.json