Alphaus | Documentation
WebsiteRepoTech blog (JP)Tech blog (EN)
ALM v2.0
ALM v2.0
  • Mobingi Documentation (v2.0)
  • Getting started
  • Guides and tutorials
    • Stack lifecycle
      • Deploy stack
      • Manage stack
    • Docker
      • Custom Docker containers
    • Others
      • Blue-green deployment
      • How to use RDS
      • Environment variables
      • Custom installation script
      • SSH into your container
    • FAQ
  • API Reference
    • Overview
    • Stacks
      • List stacks
      • Create stack
      • Describe stack
      • Update stack
      • Delete stack
      • Deploy code
      • Put lifecycle hook
      • Get lifecycle hook
      • Restart instance
      • Describe ServiceConfig
      • Update ServerConfig
    • Vendor credentials
      • List credentials
      • Save credentials
      • Delete credentials
Powered by GitBook
On this page
  • Managing your stack
  • Deploy code from Git repository
  • Monitoring
  • Logs
  • Activity
  • Settings

Was this helpful?

  1. Guides and tutorials
  2. Stack lifecycle

Manage stack

PreviousDeploy stackNextDocker

Last updated 6 years ago

Was this helpful?

Managing your stack

Mobingi Enterprise not only create application stacks, but also can easily manage them. By using Mobingi, user don't need to monitor public cloud console. Mobingi console fully cover that parts.

You can check instance information from『List My Stacks』--> Stack you want to check --> Instance ID.

Additionally, by clicking『Scaling』, you can live update "Number of Spot Instacnces" and "Auto-Scale Range".

Deploy code from Git repository

Deploy code is deadly fast. Click Code tab, then setup below.

  • Branch name.

  • If you don't use GitHub, you can upload files from "Upload".

After Successfully connecting, by typing "git push" the code will automatically affect to every server in that stack.

Monitoring

Mobingi Enterprise has so many useful features which help customers' operation. By clicking『List My Stacks』-->『Monitoring』tab, you can check the detail information of each instance.

Logs

You can get Machine logs through Mobingi which is very good for auditing. Click『List My Stacks』-->『Logging』tab, then you can check Realtime Log and downloadable Lifetime Logs as well. The Lifetime Logs will be stored from the moment you deploy applications.

Activity

Manager can see which user did what from『List My Stacks』-->『Activity』.

Settings

About detail setting, you can change from『List My Stacks』-->『Setting』.

You can live update Environment Variables and keypairs. Also easily save application stacks' configurations.

By clicking once, you can launch new stacks with saved configurations.

If you want to delete application, just click『Delete Application』.

Enter Repo name

If it's a Private repo, need to put Secret key

(What is Repo name?)
(Hot to create Deploy key?)