From 5b45e526c74faf55110ff0afdcba19797d7e0f4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:14:09 -0400 Subject: deleted all --- INSTALL | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 59f2dd0b..00000000 --- a/INSTALL +++ /dev/null @@ -1,33 +0,0 @@ -PRE-REQUIREMENTS: ------------------------------------------------ -1. Python2.5, MySQL, Django v1.0+ - -2. Python-openid v2.2 -http://openidenabled.com/python-openid/ - -3. django-authopenid(Included in project already) -http://code.google.com/p/django-authopenid/ - -4. html5lib -http://code.google.com/p/html5lib/ -Used for HTML sanitizer - -5. Markdown2 -http://code.google.com/p/python-markdown2/ - - -INSTALL STEPS: ------------------------------------------------ -1. Copy settings_local.py.dist to settings_local.py and -update all your settings. Check settings.py and update -it as well if necessory. - -2. Prepare your database by using the same database/account -configuration from above. - -3. Run "python manager.py runserver" to startup django -development environment. - -4. There are some demo scripts under sql_scripts folder, -including badges and test accounts for CNProg.com. You -don't need them to run your sample. -- cgit v1.2.3-1-g7c22 From faf167aed99ac4e28927f729b7c7bc94a47ef139 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 26 Jul 2009 22:33:56 -0400 Subject: merged in latest Mikes changes --- INSTALL | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000..59f2dd0b --- /dev/null +++ b/INSTALL @@ -0,0 +1,33 @@ +PRE-REQUIREMENTS: +----------------------------------------------- +1. Python2.5, MySQL, Django v1.0+ + +2. Python-openid v2.2 +http://openidenabled.com/python-openid/ + +3. django-authopenid(Included in project already) +http://code.google.com/p/django-authopenid/ + +4. html5lib +http://code.google.com/p/html5lib/ +Used for HTML sanitizer + +5. Markdown2 +http://code.google.com/p/python-markdown2/ + + +INSTALL STEPS: +----------------------------------------------- +1. Copy settings_local.py.dist to settings_local.py and +update all your settings. Check settings.py and update +it as well if necessory. + +2. Prepare your database by using the same database/account +configuration from above. + +3. Run "python manager.py runserver" to startup django +development environment. + +4. There are some demo scripts under sql_scripts folder, +including badges and test accounts for CNProg.com. You +don't need them to run your sample. -- cgit v1.2.3-1-g7c22 From 20a7ce5657bf3d8683bdb4f9b860dbad044fb2f3 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 4 Aug 2009 23:25:57 -0400 Subject: included changes by Adolfo and Chaitanya and found temporary fix for languages --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 59f2dd0b..35683147 100644 --- a/INSTALL +++ b/INSTALL @@ -15,6 +15,8 @@ Used for HTML sanitizer 5. Markdown2 http://code.google.com/p/python-markdown2/ +6. Django Debug Toolbar +http://github.com/robhudson/django-debug-toolbar/tree/master INSTALL STEPS: ----------------------------------------------- -- cgit v1.2.3-1-g7c22