Re: Automate Zammad setup

2017-10-10 Thread Thorsten Kaufmann
Awesome Martin! That should do just fine. Thanks a lot for the quick 
replies!

Cheers,
Thorsten

On Tuesday, October 10, 2017 at 11:17:15 AM UTC+2, Martin Edenhofer wrote:
>
> Hi Thorsten,
>
> > The auto wizard file seems interesting! How would it be used and what 
> settings can it contain?
>
> How to use it:
> 1) Just install Zammad and start all processes
> 2) Copy contrib/auto_wizard_example.json to auto_wizard.json and modify it 
> as you want
> 3) Start Zammad via 
> http://zammad_host/#getting_started/auto_wizard/:secret_token
>
> -=> All things defined in auto_wizard.json will be created/updated, after 
> that will get into Zammad
>
> For all available settings see 
> https://github.com/zammad/zammad/blob/develop/db/seeds/settings.rb 
>
> If you want to get your current setting for your Zammad instance (e. g. 
> the LDAP config) you can used "zammad run rails r 'p 
> Setting.get('ldap_config')'"
>
> Greetings,
>
>  -Martin
>
> Am Dienstag, 10. Oktober 2017 09:44:36 UTC+2 schrieb Thorsten Kaufmann:
>>
>> Thanks Martin!
>>
>> To quickly explain my goal:
>>
>> We are currently evaluating Zammad and i am also evaluating how it could 
>> be integrated with our ops standards. We document the way things are 
>> supposed to be set up pretty closely and where possible we also
>> provide automation and templates (there may be multiple internally hosted 
>> instances in different offices for various reasons (e.g. the great firewall 
>> and similar)). I'd prefer to provide a template for configuration rather
>> than a documentation of what to do in the GUI.
>>
>> The auto wizard file seems interesting! How would it be used and what 
>> settings can it contain?
>>
>> Cheers,
>> Thorsten
>>
>>
>> On Tuesday, October 10, 2017 at 6:11:17 AM UTC+2, Martin Edenhofer wrote:
>>>
>>> Hello Thorsten,
>>>
>>> there are different ways for automate deployment. Would be nice to know 
>>> your goal.
>>>
>>> In case there is also a possibility of a auto wizard file 
>>> https://github.com/zammad/zammad/blob/develop/contrib/auto_wizard_example.json
>>>
>>> PS: We started do create a doc page about common commands, 
>>> https://docs.zammad.org/en/latest/admin-console.html#example-commands, 
>>> feel free to extend it (or ask what you are missing). :-D
>>>
>>>  -Martin
>>>
>>> Am Montag, 9. Oktober 2017 17:22:03 UTC+2 schrieb Thorsten Kaufmann:

 Hi there,

 in order to automate deployment of Zammad i was wondering what the 
 preferred way of setting up configuration options like the LDAP settings 
 and alike.
 Via the rails console? Or config file templates?

 Cheers,
 Thorsten

 P.S. is there a full command documentation for the console?

>>>

-- 
Open Source as Download https://zammad.org || Easy to use as SaaS 
https://zammad.com
--- 
You received this message because you are subscribed to the Google Groups 
"zammad-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zammad-users+unsubscr...@googlegroups.com.
To post to this group, send email to zammad-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zammad-users/c7120ad8-54dd-42f5-9e1e-32b6ba63e863%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Automate Zammad setup

2017-10-10 Thread Martin Edenhofer
Hi Thorsten,

> The auto wizard file seems interesting! How would it be used and what 
settings can it contain?

How to use it:
1) Just install Zammad and start all processes
2) Copy contrib/auto_wizard_example.json to auto_wizard.json and modify it 
as you want
3) Start Zammad via 
http://zammad_host/#getting_started/auto_wizard/:secret_token

-=> All things defined in auto_wizard.json will be created/updated, after 
that will get into Zammad

For all available settings 
see https://github.com/zammad/zammad/blob/develop/db/seeds/settings.rb 

If you want to get your current setting for your Zammad instance (e. g. the 
LDAP config) you can used "zammad run rails r 'p 
Setting.get('ldap_config')'"

Greetings,

 -Martin

Am Dienstag, 10. Oktober 2017 09:44:36 UTC+2 schrieb Thorsten Kaufmann:
>
> Thanks Martin!
>
> To quickly explain my goal:
>
> We are currently evaluating Zammad and i am also evaluating how it could 
> be integrated with our ops standards. We document the way things are 
> supposed to be set up pretty closely and where possible we also
> provide automation and templates (there may be multiple internally hosted 
> instances in different offices for various reasons (e.g. the great firewall 
> and similar)). I'd prefer to provide a template for configuration rather
> than a documentation of what to do in the GUI.
>
> The auto wizard file seems interesting! How would it be used and what 
> settings can it contain?
>
> Cheers,
> Thorsten
>
>
> On Tuesday, October 10, 2017 at 6:11:17 AM UTC+2, Martin Edenhofer wrote:
>>
>> Hello Thorsten,
>>
>> there are different ways for automate deployment. Would be nice to know 
>> your goal.
>>
>> In case there is also a possibility of a auto wizard file 
>> https://github.com/zammad/zammad/blob/develop/contrib/auto_wizard_example.json
>>
>> PS: We started do create a doc page about common commands, 
>> https://docs.zammad.org/en/latest/admin-console.html#example-commands, 
>> feel free to extend it (or ask what you are missing). :-D
>>
>>  -Martin
>>
>> Am Montag, 9. Oktober 2017 17:22:03 UTC+2 schrieb Thorsten Kaufmann:
>>>
>>> Hi there,
>>>
>>> in order to automate deployment of Zammad i was wondering what the 
>>> preferred way of setting up configuration options like the LDAP settings 
>>> and alike.
>>> Via the rails console? Or config file templates?
>>>
>>> Cheers,
>>> Thorsten
>>>
>>> P.S. is there a full command documentation for the console?
>>>
>>

-- 
Open Source as Download https://zammad.org || Easy to use as SaaS 
https://zammad.com
--- 
You received this message because you are subscribed to the Google Groups 
"zammad-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zammad-users+unsubscr...@googlegroups.com.
To post to this group, send email to zammad-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zammad-users/0497a6d1-b13e-445d-a238-f81ffa43c2d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Automate Zammad setup

2017-10-10 Thread Thorsten Kaufmann
Thanks Martin!

To quickly explain my goal:

We are currently evaluating Zammad and i am also evaluating how it could be 
integrated with our ops standards. We document the way things are supposed 
to be set up pretty closely and where possible we also
provide automation and templates (there may be multiple internally hosted 
instances in different offices for various reasons (e.g. the great firewall 
and similar)). I'd prefer to provide a template for configuration rather
than a documentation of what to do in the GUI.

The auto wizard file seems interesting! How would it be used and what 
settings can it contain?

Cheers,
Thorsten


On Tuesday, October 10, 2017 at 6:11:17 AM UTC+2, Martin Edenhofer wrote:
>
> Hello Thorsten,
>
> there are different ways for automate deployment. Would be nice to know 
> your goal.
>
> In case there is also a possibility of a auto wizard file 
> https://github.com/zammad/zammad/blob/develop/contrib/auto_wizard_example.json
>
> PS: We started do create a doc page about common commands, 
> https://docs.zammad.org/en/latest/admin-console.html#example-commands, 
> feel free to extend it (or ask what you are missing). :-D
>
>  -Martin
>
> Am Montag, 9. Oktober 2017 17:22:03 UTC+2 schrieb Thorsten Kaufmann:
>>
>> Hi there,
>>
>> in order to automate deployment of Zammad i was wondering what the 
>> preferred way of setting up configuration options like the LDAP settings 
>> and alike.
>> Via the rails console? Or config file templates?
>>
>> Cheers,
>> Thorsten
>>
>> P.S. is there a full command documentation for the console?
>>
>

-- 
Open Source as Download https://zammad.org || Easy to use as SaaS 
https://zammad.com
--- 
You received this message because you are subscribed to the Google Groups 
"zammad-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zammad-users+unsubscr...@googlegroups.com.
To post to this group, send email to zammad-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zammad-users/03570efc-0852-47b2-a37d-5533025dcf3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Automate Zammad setup

2017-10-09 Thread Martin Edenhofer
Hello Thorsten,

there are different ways for automate deployment. Would be nice to know 
your goal.

In case there is also a possibility of a auto wizard file 
https://github.com/zammad/zammad/blob/develop/contrib/auto_wizard_example.json

PS: We started do create a doc page about common 
commands, 
https://docs.zammad.org/en/latest/admin-console.html#example-commands, 
feel free to extend it (or ask what you are missing). :-D

 -Martin

Am Montag, 9. Oktober 2017 17:22:03 UTC+2 schrieb Thorsten Kaufmann:
>
> Hi there,
>
> in order to automate deployment of Zammad i was wondering what the 
> preferred way of setting up configuration options like the LDAP settings 
> and alike.
> Via the rails console? Or config file templates?
>
> Cheers,
> Thorsten
>
> P.S. is there a full command documentation for the console?
>

-- 
Open Source as Download https://zammad.org || Easy to use as SaaS 
https://zammad.com
--- 
You received this message because you are subscribed to the Google Groups 
"zammad-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zammad-users+unsubscr...@googlegroups.com.
To post to this group, send email to zammad-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zammad-users/01f82741-03e7-4a26-9fd9-d55f3b44bc16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.