Skip to content

Django management script to configure applications ready for IBM CLOUD

Notifications You must be signed in to change notification settings

jrqc/Django-IBM-Cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Bluemix Deployment Script for Django Applications

  • First you need to create your requirements.txt file to get ready for deployment

  • Configure your Project's static file settings get help

  • Add the management folder in one of your applications directory

  • Run the command in your project folder:

    $ python manage.py bluemix_init {{app_name}}
    
    • {{app_name}} is the name of your python application on IBM Cloud
  • Script will create manifest.yml, Procfile and runtime.txt(python version according to your environment).

  • After running the script you are ready for deployment

$ cf api <API-endpoint>
$ cf login
$ cf push

About

Django management script to configure applications ready for IBM CLOUD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages