Skip to content

bradenrc/ibmnadjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There are three ways you can use this repository:

  1. run the django site local:
    -clone the repo
    -in terminal go to /demo
    -python -m pip install -r requirements.txt
    -python manage.py runserver

  2. Run Via the Docker Image posted to Docker:
    docker pull ibmsparkna/django
    docker run -p 8000:8000 ibmsparkna/django

  3. Build your own docker image, for example
    -clone repo
    -run: docker build -t tag/name .
    -run image: docker run -p 8000:8000 tag/name

  4. Bluemix - After Creating your Python Service: bx login (select the proper org, area, etc.) bx app push django_demo -c "sh run.sh" (replace django_demo with your Bluemix app name)

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages