Skip to content

nfrancois/dart-clickstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart ClickStack

ClickStacks and CloudBees

ClickStarts are used by specifying the application type when you deploy an app. You can specify the stack to use either by name, or and -RPLUGIN.SRC.= - this is called a "remote" plugin and is useful for getting the latest version of things.

This stack uses npm to install any required packages, and expects applications to be packaged up as a zip.

Usage

Deploy

Get a sample app (eg sampleapp from this repo). The Cloudbees SDK must be installed.

cd sampleapp
zip -r ../app.zip *
bees app:deploy -a MYAPP_ID -t node -RPLUGIN.SRC.node=https://s3.amazonaws.com/clickstacks/nicofrancois/dart-plugin.zip ../app.zip

Main

main.dart is the default main. If you want to overrride it :

bees config:set MYAPP_ID main-dart=whereismymain.dart

Dart SDK build

By default, this clickstack use the last Dart SDK version. If you want a specific one, just define the DART_BUILD environment variable :

bees config:set -a MYAPP_ID DART_BUILD=version

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages