Install "Massive Coupon"

Posted by ffffff on Server Fault See other posts from Server Fault or by ffffff
Published on 2010-06-10T00:43:08Z Indexed on 2010/06/10 0:53 UTC
Read the original article Hit count: 687

Filed under:
|
|

I'want to install "Massive Coupon"

http://github.com/robstyles/Massive-Coupon---Open-source-groupon-clone

I've set up apache2 + mod_wsgi + mysql on Ubuntu 9 And written the following settings.py

# Django settings for massivecoupon project.
import socket, os
.
.
DATABASE_ENGINE = 'mysql'       # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
DATABASE_NAME = 'grouponpy'          # Or path to database file if using sqlite3.
DATABASE_USER = 'grouponpy'                    # Not used with sqlite3.
DATABASE_PASSWORD = 'password'                  # Not used with sqlite3.
DATABASE_HOST = 'localhost'                   # Set to empty string for localhost. Not used with sqlite3.
DATABASE_PORT = ''                            # Set to empty string for default. Not used with sqlite3.

What I have to do additional then?

© Server Fault or respective owner

Install "Massive Coupon"

Posted by ffffff on Stack Overflow See other posts from Stack Overflow or by ffffff
Published on 2010-06-10T00:47:36Z Indexed on 2010/06/10 0:52 UTC
Read the original article Hit count: 687

Filed under:
|
|

I'want to install "Massive Coupon"

http://github.com/robstyles/Massive-Coupon---Open-source-groupon-clone

I've set up apache2 + mod_wsgi + mysql on Ubuntu 9 And written the following settings.py

# Django settings for massivecoupon project.
import socket, os
.
.
DATABASE_ENGINE = 'mysql'       # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
DATABASE_NAME = 'grouponpy'          # Or path to database file if using sqlite3.
DATABASE_USER = 'grouponpy'                    # Not used with sqlite3.
DATABASE_PASSWORD = 'password'                  # Not used with sqlite3.
DATABASE_HOST = 'localhost'                   # Set to empty string for localhost. Not used with sqlite3.
DATABASE_PORT = ''                            # Set to empty string for default. Not used with sqlite3.

What I have to do additional then?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about apache2