First time here? Check out the FAQ!

aahhii's profile - activity

2013-11-23 15:17:54 -0500 asked a question 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?