This module allows you to check if the process is executing OpenShift and, if so, to obtain information about the host IP and port you should bind on, your public DNS, and database connection information. # Usage void connectToDb(String jdbcUrl, String user, String password){ // ... } void startHttpServer(String ip, Integer port){ // ... } shared void run(){ if(openshift.running){ if(openshift.ceylon.running){ ...
Version1.3.2compared with

Version Details

Compile Changes (4)

1.3.1 1.3.2
ChangeGroup / ArtifactPreviousCurrent
+ Added org.ceylon-lang » ceylon.file-1.3.2
+ Added org.ceylon-lang » ceylon.language-1.3.2
- Removed ceylon » file1.3.1-
- Removed ceylon » language1.3.1-