summaryrefslogtreecommitdiffstats
path: root/askbot/deployment
Commit message (Expand)AuthorAgeFilesLines
* Fix bug causing askbot-setup script to never accept a sqlite filename.Tyler Mandry2013-03-101-0/+2
* added reminder to install database moduleEvgeny Fadeev2012-11-191-0/+14
* added mandatory generation of secret key to askbot-setupEvgeny Fadeev2012-11-192-7/+11
* improved askbot-setup scriptEvgeny Fadeev2012-11-183-53/+95
* added option database engine to askbot-setup scriptEvgeny Fadeev2012-11-181-2/+22
* removed table deletion in backwards migration 156 and fixed up the askbot-set...Evgeny Fadeev2012-11-101-1/+12
* made django.wsgi to be copied by the askbot-setup scriptEvgeny Fadeev2012-02-091-1/+1
* added default value requirement for STATICFILES_STORAGE settingEvgeny Fadeev2012-01-151-2/+2
* removed conditional statement from mustache template as it is not working in ...Evgeny Fadeev2012-01-151-1/+1
* made deployer omit staticfiles app with django < 1.3 so that users are forced...Evgeny Fadeev2012-01-151-0/+7
* added test for the absence of dot symbol in the directory name in the askbot-...Evgeny Fadeev2011-12-281-4/+15
* fixed bug reported at http://askbot.org/en/question/689/ unable to install in...Evgeny Fadeev2011-10-252-1/+7
* finished refactoring of the deployment scriptEvgeny Fadeev2011-10-203-50/+71
* broken intermediate commit - refactoring the deployment function to make it m...Evgeny Fadeev2011-10-204-204/+180
* added force parameterAdolfo Fitoria2011-10-182-16/+30
* fixed a path errorAdolfo Fitoria2011-09-271-1/+1
* adding domain name parameter, added extra setup file appendingAdolfo Fitoria2011-09-212-1/+21
* almost done with new setup command optionsAdolfo Fitoria2011-09-153-5/+31
* Added parameters to the askbot_setup command and checked verbosityAdolfo Fitoria2011-09-143-69/+174
* made askbot-setup work in python2.5 (hopefully) and pylinted a fileEvgeny Fadeev2011-09-111-3/+10
* fixed path to the brief instruction text file, made askbot deploy without err...Evgeny Fadeev2011-08-032-6/+25
* renamed startforum to askbot-setup and removed some unused filesEvgeny Fadeev2011-08-031-1/+1
* expanded range of supported versions of django and added patches for csrf_tokenEvgeny Fadeev2011-03-282-0/+54
* added rename_tags, rename_tags_id and delete_unused_tags management commandsEvgeny Fadeev2010-11-213-28/+18
* basic deployment script worksEvgeny Fadeev2010-06-154-0/+358