Skip to content

shephertz/App42PaaS-CompoundJS-MySQL-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App42PaaS-CompoundJS-MySQL-Sample

Sample CompoundJS App with MySQL for App42 PaaS Platform

Getting Start with App42

  1. Setup infrastructure for required environment
  2. Create service
  3. Deploy a CompoudJS application

Setup infrastructure for required environment

$ app42 setupInfra   

Create service

$ app42 createService

DB Configure(application_root_dir/config/database.js)

production: {
    driver: 'mysql',
    host: '<VM IP>',
    port: <VM PORT>,
    username: '<USER NAME>',
    password: 'PASSWORD',
    database: 'DATABASE NAME'
}

Deploy a CompoundJS application

$ app42 deploy

Get application details:

$ app42 appInfo --app AppName    

Visit your application:

About

Sample CompoundJS App with MySQL for App42 PaaS Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published