Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

eliostvs/django-kb-example

Repository files navigation

django-kb-example

Example of the app django-kb running on Openshift.

Installation

  1. Create an account at Openshift.

  2. Install rhc command line tools and login:

    $ rhc setup
    
  3. Create a python aplication:

    $ rhc create-app knowledge python-3.3 postgresql-9.2
    
  4. Add this upstream repository:

    $ cd knowledge
    $ git remote add upstream -m master git://github.com/eliostvs/django-kb-example.git
    $ git pull -s recursive -X theirs upstream master
    
  5. Them push to repo upstream:

    $ git push
    
  6. That's it. You can now checkout your application at:

    http://knowledge-$yournamespace.rhcloud.com
    

About

Example of the app django-kb running on Openshift.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages