Code Monkey home page Code Monkey logo

django-cms-heroku's Introduction

Do you want to use Django-cms on Heroku but don't know where to start? All you need to do is follow these 13 easy steps, and they will get you on your way.

  1. Create a place to store your project

    $ mkdir -p ~/projects

  2. Go into the projects directory

    $ cd ~/projects

  3. Clone git repo from github, requires git client.

    $ git clone git://github.com/kencochrane/django-cms-heroku.git

  4. Go into the new project directory

    $ cd django-cms-heroku

  5. Creating the virtualenv (using virtualenvwrapper, virtualenv, and pip)

    $ mkvirtualenv --no-site-packages --distribute django-cms-heroku

  6. Sign-Up for a Heroku account. https://api.heroku.com/signup
  7. Install the Heroku client. http://devcenter.heroku.com/articles/quickstart
  8. The first time you use the Heroku client you will need to login using the same information you used when you signed up. Follow the prompts, and it will finish your install.

    $ heroku login

  9. Create your heroku application

    $ heroku create --stack cedar

  10. Push your code into heroku

    $ git push heroku master

  11. Sync your database and create your admin account.

    $ heroku run python mycms/manage.py syncdb --all

  12. Run your database migrations.

    $ heroku run python mycms/manage.py migrate --fake

  13. Open application in your browser and start using djangoCMS on heroku.

    $ heroku open

Once you get comfortable with how things work, you could add more plug-ins, create your own custom templates and then change your DEBUG setting to False. So go ahead fork my project on github and get started.

After you make changes to your local project directory, you can test it on the server by running the git push command again.

For more info about Heroku and django-cms and what you can do with with it. check out their docs
Links:

django-cms-heroku's People

Contributors

kencochrane avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.