Is there a stable release of OSQA?

I installed from git and get

NotImplementedError at /account/register/

when i try to login.

asked 02 Mar '10, 17:36

danny's gravatar image

danny
36115
accept rate: 0%

edited 02 Mar '10, 18:19

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
1.0k51820

how do you get to that url, where did you click?

(02 Mar '10, 18:00) Hernani Cerq... ♦♦

have you tried to upgrade or just got the code fresh? how did you download the code?

(02 Mar '10, 18:17) Evgeny Fadeev

i went to github and clicked "download source" today, as described in http://osqa.net/question/2/where-can-i-get-the-source-code-for-osqa

(02 Mar '10, 18:23) danny

ok, I think I found what went wrong, the problem is now fixed on the repo. please try it out now

(02 Mar '10, 18:32) Hernani Cerq... ♦♦

Hello Danny (and thanks for the feedback, btw), we are actually at the moment deciding on the release process but for now you can try the following:

git clone git://github.com/rickross/osqa.git
cd osqa
git checkout 18439a3ded4948053c278618315e93e3abbc5b7d

The latter command checks out one of the recent commits which will hopefully just work for you. It is rather a nerdish method but will work.

git clone command copies entire repository - more than you would normally want, but it allows to access all previous commits.

List of available commits can be inspected by git log or git log --graph.

We will decide on the release process shortly. Please keep us informed about any issues.

link

answered 02 Mar '10, 17:53

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
1.0k51820
accept rate: 48%

edited 02 Mar '10, 21:11

yep this fixed it, thanks

(02 Mar '10, 18:42) danny

you're welcome, please update your code regularly, there are some nice features coming up

(02 Mar '10, 18:47) Hernani Cerq... ♦♦

the urls in this answer need updating - it appears that http://github.com/OSQA/osqa is correct now.

(06 Jul '10, 12:40) Andy Allan

(I have insufficient karma to comment, hence answering instead.)

When I try to follow Evgeny's instructions in his answer here, at

git clone git@github.com:rickross/osqa.git

I get the error message:

Permission denied (publickey).
fatal: The remote end hung up unexpectedly
link

answered 02 Mar '10, 19:28

Scott%20Morrison's gravatar image

Scott Morrison
101129
accept rate: 0%

Nice catch, Scott, thanks! the correct url is git://github.com/rickross/osqa.git (the one with @ symbol is read-only). We'll soon come up with the releases, so there won't be need to use git system at all to download stuff.

(02 Mar '10, 21:13) Evgeny Fadeev
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×298
×16

Asked: 02 Mar '10, 17:36

Seen: 1,017 times

Last updated: 06 Jul '10, 12:40

powered by OSQA