Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 535 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 535 Bytes

OpenShift Dart Cartridge

Use it

In OpenShift, choose a downloaded cartridge, with the following URL : http://cartreflect-claytondev.rhcloud.com/reflect?github=Filirom1/openshift-cartridge-dart

Then create a dart project with a server.dart, and pubspec.yaml at the root.

The cartridge will launch pub install when you push, and dart server.dart to start your application.

Dart version

New version of dart doesn't work on CentOS 6.4, the used version is 23200: https://code.google.com/p/dart/issues/detail?id=11920