Ask Your Question
1

How do I update askbot?

asked 2011-06-10 01:52:49 -0500

DealsVistaCom gravatar image DealsVistaCom
127 9 5 15
http://www.dealsvista.com...

updated 2011-06-10 02:09:31 -0500

Let's say I have installed Askbot with pip install askbot

How do I update askbot in the future?

Thanks.

delete close flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-06-10 01:56:56 -0500

Evgeny gravatar image Evgeny flag of Chile
11329 50 84 183
http://askbot.org/

updated 2011-06-10 01:58:00 -0500

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'
link publish delete flag offensive edit

Comments

you are wholesome! DealsVistaCom ( 2011-06-10 01:57:33 -0500 )edit
huh? :) Evgeny ( 2011-06-10 02:09:51 -0500 )edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

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 site
30 days free trial

Question tools

Follow
1 follower

subscribe to rss feed

Stats

Asked: 2011-06-10 01:52:49 -0500

Seen: 92 times

Last updated: Jun 10 '11