First time here? Check out the FAQ!
1

github repo broken?
 

Hi

I am trying to install askbot on alwaysdata and webfaction but both failed following the current docs. For some reason I can't find the script "startforum". The script below

askbot-install-alwaysdata.sh

refers to the following file

http://askbot.org/wiki/images/f/f1/Alwaysdata_django_site_public.tar

which is missing. Same happens to Master repo. Is there an updated docs?

Thanks

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago
antonio's avatar
31
antonio
asked 14 years ago

Comments

see more comments

1 Answer

0

Hi Antonio, please stick with the documentation that is in the source code.

did you use command:

python setup.py install --prefix <somedir>

? You'll have to use --prefix to install on the shared host.

In that case script startforum must install under the same directory tree (<somedir>). That you can't find it means that it is not in directory search path ($PATH environment variable).

You can still call it by typing full path to the script.

Please tell if you still have problems.

Unfortunately wiki proved to be hard to maintain in sync with the code so I'll transfer all the useful stuff from to wiki into the static files under the source control and take the wiki down.

Regarding free alwaysdata accounts - you don't get a whole lot with the free option and in fact you'll spend considerable effort adapting to that limited environment.

Thanks.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago, answered 14 years ago
link

Comments

see more comments