Let's say I have installed Askbot with pip install askbot
How do I update askbot in the future?
Thanks.
pip install -U askbot
-U switch is for update.
If you used git, then something like:
git fetch origin master:master-updated
git checkout master
git merge master-updated
Assuming that the remote repository from where askbot is brought is called "origin" and that the main branch is called "master"., after the merge in may be necessary to resolve conflicts in the case your edits overlapped with the ones in the project, then
git add <fixed files>
git commit -m 'merged with the development repository'
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2011-06-10 01:52:49 -0500
Seen: 92 times
Last updated: Jun 10 '11
What should I run after a git pull? [closed]
Is askbot 0.7.48 a stable version ?
pip install fails with "Connection timed out"
DatabaseError: column askbot_thread.text_search_vector does not exist
How to update askbot to newer version.
Powered by Askbot version 0.7.44
Askbot stopped working after newest update
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.