Skip to content

Instantly share code, notes, and snippets.

@melinath
Created January 25, 2012 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melinath/1674958 to your computer and use it in GitHub Desktop.
Save melinath/1674958 to your computer and use it in GitHub Desktop.

Installation

This is a guide to installing Miro Community on a Unix/Linux machine. You should already have completed the Django tutorial and it would also be good to be familiar with virtualenv, pip, and why they are awesome.

So, you've got your django project set up, and if you are using virtualenv, you have already activated it. Now all you have to do is:

  • Copy the example_mc_project directory from the source distribution to any convenient location.
  • Change the directory name to whatever you fancy. (optional)
  • Change all references to the directory name in settings.py. (optional)
  • From the example_mc_project directory, run: pip install -r requirements.txt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment