Skip to content

dexity/emapix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

496 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emapix - distributed photo request service

Software Packages
-----------------

- Python 2.7
- boto 2.3.x                (https://pypi.python.org/pypi/boto) # Already installed in EC2
- south 0.7.x               (https://pypi.python.org/pypi/South)
- django-constance 0.4      (https://pypi.python.org/pypi/django-constance)
- django-picklefield 0.3    (https://pypi.python.org/pypi/django-picklefield)
- recaptcha-client 1.0.x    (https://pypi.python.org/pypi/recaptcha-client)
- PIL 1.1.7                 (https://pypi.python.org/pypi/PIL)
- MySQLdb 1.2.3             (https://pypi.python.org/pypi/MySQL-python/1.2.3)
- mod_wsgi  (from source code? http://modwsgi.googlecode.com/files/mod_wsgi-3.4.tar.gz)
- postfix 2.9.3             (http://www.postfix.org/)

Installation
------------

$ sudo apt-get install python-setuptools
$ sudo easy_install django==1.4.0
$ sudo apt-get install apache2
$ sudo apt-get install apache2-threaded-dev
$ sudo apt-get install make         # If doesn't exist
$ sudo apt-get install python-dev   # If doesn't exist
$ # Install mod_wsgi from source code
  #$ sudo apt-get install libapache2-mod-wsgi	# will install python-2.6
$ sudo apt-get install sqlite3
$ sudo easy_install south
$ sudo easy_install django-constance
$ sudo easy_install django-picklefield
$ sudo easy_install recaptcha-client
$ sudo easy_install PIL
$ sudo apt-get install python-imaging
$ sudo apt-get install mysql-server
$ sudo easy_install MySQL-python==1.2.3
$ sudo apt-get install postfix

About

Photo Request Service

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors