AAlvz
AAlvz

Reputation: 1109

Can I provide configurations to a plastic scm sever to automate it's installation?

So I'm trying to automate my Plastic SCM server. But I can't find any way to install all the configurations without a prompt running clconfigureserver in the sever even though I've read the Admin guide a bunch of times looking for something.

So far I'm thinking that just replacing the XML files in /opt/plasticscm5/server/*.config should work. But now I need to figure out how to provide the token to the configuration (or more variables that I may need)

Thanks in advance for the help! I'd like to automate this installation in the best possible way. Any help would be appreciated.

Upvotes: 0

Views: 61

Answers (1)

Carlos Alba Zamanillo
Carlos Alba Zamanillo

Reputation: 1319

You can directly copy the necessary configuration files in the server binaries folder:

"db.conf" --> where we configure the database parameters.

"users.conf" and "groups.conf" --> where we specify the users and groups.

"remoting.conf" --> where we specify the server channels.

"server.conf" --> where we configure different server settings and parameters

"plasticd.lic" --> the server license

"plasticd.lic.token" --> only if you are using a license token.

Upvotes: 1

Related Questions