diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-07-10 19:13:45 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-07-10 19:13:45 -0400 |
commit | f0524f6614d145ee8031cf381342c56e1f065335 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /INSTALL | |
parent | 1ec02bd63bc9367637832f23cd011b660b68dc86 (diff) | |
download | askbot-f0524f6614d145ee8031cf381342c56e1f065335.tar.gz askbot-f0524f6614d145ee8031cf381342c56e1f065335.tar.bz2 askbot-f0524f6614d145ee8031cf381342c56e1f065335.zip |
deleted all
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 33 |
1 files changed, 0 insertions, 33 deletions
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. |