how to install Talend administration center v7.3 - talend

I am looking into building a new server with V7.3 of Talend.
i search The file Talend-Installer contain an installer for talend administration center.
Where could I find an installer of TAC?

TAC is a paid product. Please contact Talend folks to get the enterprise license.

Related

Application setup

Is it possible to install third-party application alongside my application on my own application setup?
Let's say I were to sell some of my application, and in order to run my application on client's computer I would also need to run PostgreSQL. Is it possible to install it beside my application in my setup?
I am such rookie on that subject and don't really know where to start.
(I should mention that I am particularly interested on deploying Windows applications)
All commercial software will feature ways to help you achieve this as a built-in feature. Essentially you wrap it all in a setup.exe launcher / bootstrapper / downloader and this executable will install your prerequisite components before your own install is run, if they need to be installed.
Please see these answers for some further information on deployment tools and their features:
How to create windows installer
Simple List View of Deployment Tools
What installation product to use? InstallShield, WiX, Wise, Advanced Installer, etc
The open source WiX toolkit features a component called Burn to create such setup.exe launchers / downloaders / bootstrappers. Writing WiX XML markup code is necessary to use this Burn feature. Commercial tools Installshield and Advanced Installer provide GUI to build such setup.exe files.

How to make Alfresco ADF work with Community Edition 5.2?

I simply installed Alfresco 5.2 Community edition and installed Alfresco ADF 2 demo shell application:
https://github.com/Alfresco/alfresco-ng2-components/tree/master/demo-shell
But after running npm install and npm start, I get the below error when I login:
Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
I follow various forum post to correct this CORS issue but none of them work. Even the instruction given in the readme of demo app related to CORS setting are incorrect as it refers to config/webpack.common.js which does even exist in the same demo app.
Is this because I am running Community Edition as it seems to suggest to run Enterprise edition? I want to build ADF on top of Community Edition.
I also tried against Alfresco 6.0 EA Community Edition but no luck.
Follow this documentation or stop alfresco server, download enablecors-1.0.jar file and place it under <alfresco-home>/modules/platform folder and start alfresco.

How to download and install sitecore

I want to explore sitecore CMS more however i am not able to download any trial or free version of sitecore.
Is there any community edition or free version provided by sitecore?
Sitecore software is available for the sitecore certified developers for tryout purpose ro you should be the sitecore partner. You could also purchase sitecore by contacting them. If you are an sitecore certified developer then the tool can be downloaded in sitecore developer portal.
There is no free or community edition for sitecore as of now.
Checkout my blog which lets you know on how to install and Configure Sitecore sitecore 8.1 CMS tool on windows machine.
No, you must be a Sitecore certified developer or work for a partner to install it.
You can find training here: http://www.sitecore.net/services-and-support/training/back-end-developers/wnd8-sitecore-website-development-for-net-developers.aspx
The site to download the goodies is here: https://dev.sitecore.net/
You will also need a license key which your parter company can give you.

Trouble installing ATG 10.1

Past two days, I was trying to install ATG in my windows machine using the ATG Installation and Configuration Guide.
I am able to install,
Oracle ATG Web Commerce platform
Oracle ATG Web Commerce Search
Then before installing CIM, I tried to configure the database. I am using MySQL 5.6.13.
In the section Creating Database Tables for ATG Portal, they asked to run the following command to run the script
install-mysql userid password database
but in the above command, what database name I should give?
Please guide me on this.
Thanks.
Assuming you are installing the Commerce Reference Store (CRS) you can use the following:
crsprod
as specified on page 9 of the CRS installation guide
If you are not using CRS, you can use whatever name you want since you then need to configure it in your DataSource files.

Does JBoss come prepacked with lots of software tools?

When trying to install Talend MDM, the documentation said something rather interesting:
"JBoss Application Server comes prepackaged with Talend MDM."
That would make my life a lot easier, but I can't tell if they are trying to say that Talend's downloadable version of JBoss comes with Talend MDM, or if the open source JBoss AS actually comes with Talend?
If so, what other neat software tools come prepackaged with JBoss, and if so, how can I view a listing?
There's a misunderstanding here. What the documentation means is that as part of the Talend MDM product, the JBoss Application Server is shipped. So JBoss is a component (actually the core component) of Talend MDM. Not the other way round.
Talend MDM actually depends on the precise version of JBoss that is shipped with the product (it may even be modified here or there), so it is not possible to install Talend MDM into a different JBoss instance.