Re: [Dspace-tech] create-administrator automation

2012-08-22 Thread helix84
Hi Mushashu, here are the options it accepts: options.addOption(e, email, true, administrator email address); options.addOption(f, first, true, administrator first name); options.addOption(l, last, true, administrator last name); options.addOption(c, language,

Re: [Dspace-tech] create-administrator automation

2012-08-22 Thread helix84
On Wed, Aug 22, 2012 at 9:42 PM, Mushashu Mwansa Lumpa mlu...@cs.uct.ac.za wrote: Hi Helix, for some reason, the prompts still showed up.. here is what i run: create-administrator -e=mlu...@cs.uct.ac.za -f=mushashu -l=lumpa -p=somepassword i tried with commas too, but still prompts showed

[Dspace-tech] create-administrator automation

2012-08-21 Thread Mushashu Mwansa Lumpa
Hi, I am trying fully automate the installation of dspace (using python + fabric). now, on the create-administrator step, I have not seen any documentation on whether it is possible to run it in in single step like below: create-administrator param1 param2 param3. i know i can achieve this