summaryrefslogtreecommitdiffstats
path: root/askbot/deployment
Commit message (Collapse)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 ↵Evgeny Fadeev2012-11-101-1/+12
| | | | askbot-setup command to hopefully work with django 1.3 and 1.4 simultaneously
* 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
| | | | pystache
* made deployer omit staticfiles app with django < 1.3 so that users are ↵Evgeny Fadeev2012-01-151-0/+7
| | | | forced to install it manually
* added test for the absence of dot symbol in the directory name in the ↵Evgeny Fadeev2011-12-281-4/+15
| | | | askbot-setup script
* fixed bug reported at http://askbot.org/en/question/689/ unable to install ↵Evgeny Fadeev2011-10-252-1/+7
| | | | into distribution directory
* finished refactoring of the deployment scriptEvgeny Fadeev2011-10-203-50/+71
|
* broken intermediate commit - refactoring the deployment function to make it ↵Evgeny Fadeev2011-10-204-204/+180
| | | | more understandable
* 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
| | | | TODO: finish templating of settings.py to make it work
* 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 ↵Evgeny Fadeev2011-08-032-6/+25
| | | | errors when installed into the source code directory, removed directory askbot/docs, now only have askbot/doc
* 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