Sign inSign up

yamamoto42/multiappx

By yamamoto42

Updated over 5 years ago

This is sample application for multi cloud.

Image
1

398

yamamoto42/multiappx repository overview

MultiAppX

GitHub issues Docker Automated build GitHub code size in bytes Discord

This is Multicloud Sample application by Bootstrap. These build and deploy are using Azure DevOps.

multicloudflow

Examples

cloudservicetype
AWSElastic BeanstalkTomcat
AzureApp ServiceWeb app (PHP)
Google Cloud PlatformApp EngineNode.js
GE Digital PredixCloud Foundry APPstaticfile_buildpack (nginx)
IBM CloudCloud Foundry APPstaticfile_buildpack (nginx)
IBM CloudCloud Foundry APPdocker-image

Getting Started

Download and push each cloud.

git clone https://github.com/yamamoto42/multiappx.git
cd multiappx
  • Google Cloud Platform (Node.js)
npm install
gcloud app deploy
  • GE Digital Predix / IBM Cloud
cf push <APP_NAME> -b staticfile_buildpack -m 64mb
  • IBM Cloud (Docker Container)
cf push <APP_NAME> -m 64mb --docker-image yamamoto42/multiappx
  • Azure WebApp
myloc="japaneast"
myrg="my-rg"
myasp="my-asp"
myapp="my-app"

az webapp create \
-g $myrg  \
-p $myasp \
-n $myapp \
-i yamamoto42/multiappx

License

MIT

Tag summary

Content type

Image

Digest

Size

53.6 MB

Last updated

over 5 years ago

docker pull yamamoto42/multiappx