Skip to content

informix-samples/python_drda_HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Python DRDA Hello World Sample Application

##Where are the important files?

###Relevant files:

####src/python_drda_HelloWorld.py

This file contains all of the sample data interacting with the database.

####src/manifest.yml

If deploying to bluemix, this file gives details about the application.

####src/requirements.txt

This file gathers dependencies.

##What can I do with this example?

###Option 1: Deploy to Bluemix

####Requirements:

Git - Used to download the application.

CloudFoundry CLI - Used to push the application to Bluemix.

####Procedure:

  • Step 1: Clone repository to local machine

  • Step 2: Push application to Bluemix using CloudFoundry CLI.

Tip: Run cf push from the src directory in this project.

###Option 2: Run locally

####Requirements:

Git - Used to download the application.

Pip - Used to get dependencies.

####Procedure:

  • Step 1: Clone repository to local machine

  • Step 2: Specify the connection information

  • Step 3: Use Pip to copy dependencies

  • Step 4: Deploy as a web application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published