Run askbot-setup with no prompt
 

I'm trying to automate the installation and startup of an askbot server. I'm currently trying to make it so that I can run askbot-setup with no prompt but no matter what options I try, I cannot get the command to run without prompting for things I'm specifying through command line options.

I've tried the following:

askbot-setup -n="./" -e 2 -d="db.sql" -u=admin -p=admin -domain=mydomain.com

and I've also tried making a settings file and using the external option, like...

askbot-setup --append-settings="./my_dir/my_settings.py"

I've also tried running both of the above with the verbosity options through using -v. Still I'm prompted.

Is there a way to run askbot-setup without a prompt?

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)
anonymous user
asked 11 years ago

Comments

I've been working with this lately on a local instance, what is it prompting you for?

matthew-parlette's avatar matthew-parlette (11 years ago)
see more comments