Skip to content

Latest commit

 

History

History
90 lines (72 loc) · 3.19 KB

README.adoc

File metadata and controls

90 lines (72 loc) · 3.19 KB

Mobile Core

License

The Mobile Core is a central repo for all things related to Mobile on OpenShift. This repo has the source for:

  • Mobile specific UI extensions fo the OpenShift Web Console

  • Local Development environment

The following components are maintained in their respective repos:

  • Mobile CLI

  • Mobile SDKs

  • Mobile Services

  • All Ansible Playbook Bundles (APBs) for Apps & Services

The Mobile Core brings all of these componments together to create a unified Mobile developer experience on top of OpenShift.

Contributing

You can develop locally on your host. Please include as much info as possible in Issues and Pull Requests. Merging to master requires approval from a reviewer and a passing CI build.

Communication

Daily communication happens on #aerogear on freenode IRC. The [email protected] mailing list is also used for team-wide & community comms.

Development Release

Installing from a development release

make clean
cd installer
./install.sh

See our Local Setup guide