Skip to content

shephertz/App42PaaS-Python-MySQL-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with App42PaaS-Python-MySQL-Sample Application:

This application is basically a simple User Input Form that takes input from user and saves it in database.

Download the source code from git.

Project Configuration:

  1. Open settings.py.

  2. Update the details of your MySQL service in it.

      'USER' = <your_database_username>
      'PORT' = <your_service_port>
      'PASSWORD' = <your_database_password>
      'HOST' = <your_service_ip>
      'NAME' = <your_database_name>
    

Deploying Application on App42 PaaS using Binary:

	1. Create the binary(zip, tar.gz) file.
	
	2. Run the app42 deploy command.
	
			  $ app42 deploy
              $ Enter App Name: <your_app_name>
              $ Would you like to deploy from the current directory? [Yn]: n
              $ Binary Deployment Path: <your_binary_path>
              $ This process may take a while, be patient with it.
              $ Deploying Application... OK
              $ Please wait it may take few minutes.
              $ Latest Status....|
              $ App deployed successfully.

Deploying Application on App42 PaaS using Source (Git):

1. Run the app42 deploy command.

			  $ app42 deploy
              $ Enter App Name: <your_app_name>
			  $ 1: Binary
			  $	2: Source
			  $ Choose Upload Type [Binary]: 2
			  $ Enter Git URL?: <your_public_git_url>
			  $ Deploying Application... OK
              $ Please wait it may take few minutes.
              $ Latest Status....|
              $ App deployed successfully.

About

Sample Python App with MySQL for App42 PaaS Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages