From eherget at redhat.com Wed Jul 12 14:02:13 2017 From: eherget at redhat.com (Eric Herget) Date: Wed, 12 Jul 2017 10:02:13 -0400 Subject: [zanata-users] Setting alias for sr@latin language problem... Message-ID: <5e30b804-fb6b-f1cd-3cbd-dbf0ba09c7f3@redhat.com> I've just recently joined this list and started using Zanata. In my project, I am unable to set an alias for sr at latin - clicking the "set alias" dropdown simply scrolls the page to the top, but does not expand the text entry field where one would type in the alias. Is this a known behavior? Is there a work around? My command line tool says putting locales in the zanata.xml is deprecated, but this behavior prevents me from removing locales from zanata.xml. This is on Zanata v 3.9.6. Thanks in advance for pointers or work arounds. Eric From raul at dias.com.br Wed Jul 26 03:02:09 2017 From: raul at dias.com.br (Raul Dias) Date: Wed, 26 Jul 2017 00:02:09 -0300 Subject: [zanata-users] Help setting up Zanata Message-ID: Hello, I am trying to setup a zanata server. I know very little of JBoss, so I appreciate any help/directions. I was able to set it up fine on wildfly 10.1.0. However, without any users of any way of user registration.? So I am locked out of the installation. I tried to add some user true the wildfly bin adduser command and through the wildfly admin panel.? No luck logging in. My second ran was with the docker scripts. It worked fine and the same problem.? However, this time there was a sql script (conf/) to add the admin user.? Added it in the MariaDB (zanatadb container) and still did not work. There is no mention about what is the password for that account.? Anyone knows what it is?? I suppose that was a base64 encoded password, so I changed it to some other hashes and no login.? It is either not just base64, or Zanata did not picked up the user in the database (restarted the standalone between tries). My last hope was to get a temporary password with a forgot password link.? So I setup a postfix relay smtp - I do not know how to configure Zanata to use TLS/SSL directly. Zanata now times out when trying to send the message and fail.? The smtp server works fine and I am able to telnet to port 25 and test it. I believe I am probably missing the obvious, but I need some guidance here. Thanks -rsd -------------- next part -------------- An HTML attachment was scrubbed... URL: From camunoz at redhat.com Wed Jul 26 16:10:56 2017 From: camunoz at redhat.com (Carlos Munoz) Date: Wed, 26 Jul 2017 16:10:56 +0000 Subject: [zanata-users] Help setting up Zanata In-Reply-To: References: Message-ID: On Tue, Jul 25, 2017 at 11:02 PM Raul Dias wrote: > Hello, > > I am trying to setup a zanata server. > > I know very little of JBoss, so I appreciate any help/directions. > > I was able to set it up fine on wildfly 10.1.0. > > However, without any users of any way of user registration. So I am > locked out of the installation. > > I tried to add some user true the wildfly bin adduser command and through > the wildfly admin panel. No luck logging in. > > My second ran was with the docker scripts. > > It worked fine and the same problem. However, this time there was a sql > script (conf/) to add the admin user. Added it in the MariaDB (zanatadb > container) and still did not work. > > There is no mention about what is the password for that account. Anyone > knows what it is? I suppose that was a base64 encoded password, so I > changed it to some other hashes and no login. It is either not just > base64, or Zanata did not picked up the user in the database (restarted the > standalone between tries). > Hi Raul, have a look here: https://github.com/zanata/zanata-docker-files/blob/master/zanata-server/conf/admin-user-setup.sql You'll find a script to insert a user and said user's credentials. Perhaps this should be added to the setup docs. > My last hope was to get a temporary password with a forgot password link. > So I setup a postfix relay smtp - I do not know how to configure Zanata to > use TLS/SSL directly. > > Zanata now times out when trying to send the message and fail. The smtp > server works fine and I am able to telnet to port 25 and test it. > > I believe I am probably missing the obvious, but I need some guidance here. > > > Thanks > > -rsd > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users -- CARLOS A. MU?OZ SOFTWARE ENGINEERING MANAGER, CUSTOMER PLATFORM Red Hat carlos.munoz at redhat.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From raul at dias.com.br Wed Jul 26 20:14:35 2017 From: raul at dias.com.br (Raul Dias) Date: Wed, 26 Jul 2017 17:14:35 -0300 Subject: [zanata-users] Help setting up Zanata In-Reply-To: References: Message-ID: <055edf75-0e6b-76ad-2855-f44d84d74fe0@dias.com.br> thanks. I completely overlooked the password in the comments. Now I am going to do more testing related to the mail problem. On 7/26/17 1:10 PM, Carlos Munoz wrote: > > > On Tue, Jul 25, 2017 at 11:02 PM Raul Dias > wrote: > > Hello, > > I am trying to setup a zanata server. > > I know very little of JBoss, so I appreciate any help/directions. > > I was able to set it up fine on wildfly 10.1.0. > > However, without any users of any way of user registration.? So I > am locked out of the installation. > > I tried to add some user true the wildfly bin adduser command and > through the wildfly admin panel.? No luck logging in. > > My second ran was with the docker scripts. > > It worked fine and the same problem.? However, this time there was > a sql script (conf/) to add the admin user.? Added it in the > MariaDB (zanatadb container) and still did not work. > > There is no mention about what is the password for that account.? > Anyone knows what it is?? I suppose that was a base64 encoded > password, so I changed it to some other hashes and no login.? It > is either not just base64, or Zanata did not picked up the user in > the database (restarted the standalone between tries). > > > Hi Raul, have a look > here:?https://github.com/zanata/zanata-docker-files/blob/master/zanata-server/conf/admin-user-setup.sql > > You'll find a script to insert a user and said user's credentials. > Perhaps this should be added to the setup docs. > ? > > My last hope was to get a temporary password with a forgot > password link.? So I setup a postfix relay smtp - I do not know > how to configure Zanata to use TLS/SSL directly. > > Zanata now times out when trying to send the message and fail.? > The smtp server works fine and I am able to telnet to port 25 and > test it. > > I believe I am probably missing the obvious, but I need some > guidance here. > > > Thanks > > -rsd > > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users > > -- > > CARLOS A.?MU?OZ > > SOFTWARE ENGINEERING MANAGER, CUSTOMER PLATFORM > > Red Hat? > > > > carlos.munoz at redhat.com ? ? > > > -- Att. Raul Dias -------------- next part -------------- An HTML attachment was scrubbed... URL: From hopparz at gmail.com Wed Jul 26 20:51:45 2017 From: hopparz at gmail.com (Zoltan Hoppar) Date: Wed, 26 Jul 2017 22:51:45 +0200 Subject: [zanata-users] How can I setup / access zanata for the cheatcube setup? Message-ID: Hi We finished the translation task, and would like to finalize with merging the sources with the graphics. But I do not know the server address, and the xml that can be used to target to pull down HU translation source? Missing any point in setup? https://pagure.io/fedora-cheat-cubes Thank you, Zoltan -- PGP: 06853DF7 From aeng at redhat.com Wed Jul 26 21:48:07 2017 From: aeng at redhat.com (Alex Eng) Date: Thu, 27 Jul 2017 07:48:07 +1000 Subject: [zanata-users] How can I setup / access zanata for the cheatcube setup? In-Reply-To: References: Message-ID: Zoltan, The project is in https://fedora.zanata.org/iteration/view/fedora-cheat-cubes/master You can do `zanata-cli pull` or just download the 2 files directly in the UI. However I'm not sure whats the process of building project, thats something you might want to ask in the fedora trans list. On Thu, Jul 27, 2017 at 6:51 AM, Zoltan Hoppar wrote: > Hi > > We finished the translation task, and would like to finalize with > merging the sources with the graphics. But I do not know the server > address, and the xml that can be used to target to pull down HU > translation source? > > Missing any point in setup? > > > https://pagure.io/fedora-cheat-cubes > > Thank you, > > Zoltan > -- > PGP: 06853DF7 > > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users > -- ALEX ENG SENIOR SOFTWARE ENGINEER, team lead globalisation tooling, customer platform Red Hat Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 aeng at redhat.com M: +61423353457 IM: aeng -------------- next part -------------- An HTML attachment was scrubbed... URL: From jean-baptiste at holcroft.fr Thu Jul 27 10:30:10 2017 From: jean-baptiste at holcroft.fr (Jean-Baptiste Holcroft) Date: Thu, 27 Jul 2017 13:30:10 +0300 Subject: [zanata-users] How can I setup / access zanata for the cheatcube setup? In-Reply-To: References: Message-ID: <90A9FEDA-8D5B-4D27-8FD2-BF77640B3C2C@holcroft.fr> Hello, thanka Alex. The process to pull translation and produce the cube is described in pagure Zoltan, let me know if you're having any difficulties, I may produce a localized version in HU for you if needed, or open an issue so nobrakal may help you. I think you need to create a config file: http://docs.zanata.org/en/release/client/configuration/ Have a nice day -- Jean-Baptiste Holcroft From raul at dias.com.br Fri Jul 28 01:22:12 2017 From: raul at dias.com.br (Raul Dias) Date: Thu, 27 Jul 2017 22:22:12 -0300 Subject: [zanata-users] making Zanata root in Wildfly Message-ID: <52b4e52d-f22a-55c4-3b5f-0009eb8e80f5@dias.com.br> Hi again, Now that I got Zanata up and running fine, I am looking in a way to make it the root in wildfly (10.1.0). The main reason to move from /zanata to / is to be able to make use of the new editor (that does not work under non-rooted installation). JBoss is really a new thing to me, so any help is appreciated. -rsd -------------- next part -------------- An HTML attachment was scrubbed... URL: From aeng at redhat.com Fri Jul 28 01:29:32 2017 From: aeng at redhat.com (Alex Eng) Date: Fri, 28 Jul 2017 11:29:32 +1000 Subject: [zanata-users] making Zanata root in Wildfly In-Reply-To: <52b4e52d-f22a-55c4-3b5f-0009eb8e80f5@dias.com.br> References: <52b4e52d-f22a-55c4-3b5f-0009eb8e80f5@dias.com.br> Message-ID: If you're deploying the war file, just rename the file to ROOT.war in the deployment folder. On Fri, Jul 28, 2017 at 11:22 AM, Raul Dias wrote: > Hi again, > > Now that I got Zanata up and running fine, I am looking in a way to make > it the root in wildfly (10.1.0). > > The main reason to move from /zanata to / is to be able to make use of the > new editor (that does not work under non-rooted installation). > > JBoss is really a new thing to me, so any help is appreciated. > -rsd > > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users > -- ALEX ENG SENIOR SOFTWARE ENGINEER, team lead globalisation tooling, customer platform Red Hat Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 aeng at redhat.com M: +61423353457 IM: aeng -------------- next part -------------- An HTML attachment was scrubbed... URL: From raul at dias.com.br Fri Jul 28 03:05:09 2017 From: raul at dias.com.br (Raul Dias) Date: Fri, 28 Jul 2017 00:05:09 -0300 Subject: [zanata-users] making Zanata root in Wildfly In-Reply-To: References: <52b4e52d-f22a-55c4-3b5f-0009eb8e80f5@dias.com.br> Message-ID: worked as expected. Thanks! On 7/27/17 10:29 PM, Alex Eng wrote: > If you're deploying the war file, just rename the file to ROOT.war in > the deployment folder. > > On Fri, Jul 28, 2017 at 11:22 AM, Raul Dias > wrote: > > Hi again, > > Now that I got Zanata up and running fine, I am looking in a way > to make it the root in wildfly (10.1.0). > > The main reason to move from /zanata to / is to be able to make > use of the new editor (that does not work under non-rooted > installation). > > JBoss is really a new thing to me, so any help is appreciated. > > -rsd > > _______________________________________________ > zanata-users mailing list > zanata-users at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-users > > > > > > -- > > ALEX?ENG > > SENIOR SOFTWARE ENGINEER, team lead > > globalisation tooling, customer platform > > Red Hat?Asia-Pacific Pty Ltd > > Level 1, 193 North Quay > > Brisbane 4000 > > aeng at redhat.com ? ??M:?+61423353457 > ?? ??IM:?aeng > > > -- Att. Raul Dias -------------- next part -------------- An HTML attachment was scrubbed... URL: From raul at dias.com.br Fri Jul 28 03:24:41 2017 From: raul at dias.com.br (Raul Dias) Date: Fri, 28 Jul 2017 00:24:41 -0300 Subject: [zanata-users] Initial Language Message-ID: <111c07c0-0aac-8538-961d-0e9b51213b21@dias.com.br> Hello, I haven't found where to setup the original language for a project/version/document. Does Zanata assumes that it is always _from_ english? Or does it just doesn 't care / doesn't make any difference? In my setup we will be translating book from pt_BR to en_US and others. If the answer is it does not care about source language, doesn't it make a mess with memory/glossaries when multiple teams with multiples source languages use the same server? -rsd