WSO2 ESB 4.7.0 download on server - download

How do we download the 4.7.0 release of the WSO2 ESB directly on the server? I only have a ssh terminal to the server, no GUI.
I tried with wget. With and without auth. Tried the --save-cookies method with wget too without any success.
I tried with elinks & logging in to the wso2 site with my account there, but I got no way of downloading the latest version through a terminal.
Wonder why should a open source project make it so difficult to download a product build?
Can anybody help me a link or a method to download it via a terminal?

Please try this:
wget --user-agent="testuser" --referer="http://connect.wso2.com/wso2/getform/reg/new_product_download" http://dist.wso2.org/products/enterprise-service-bus/4.7.0/wso2esb-4.7.0.zip

Related

wkhtmltopdf problems again

Unable to find Wkhtmltopdf on this system. The PDF can not be created.
First, I download the Wkhtmltopdf
Second, Install it to Program files
Third, I add it to a variable environment for the path
Fourth, Reset everything
Still, I cannot get the PDF created. There is no parameter in Odoo settings btw.
Seems like Wkhtmltopdf not installed on your system.
Please check here for more steps, click here
You can install the latest Wkhtmltopdf version from the official website.
After the successfully installed re-start your server.
Thanks

Why I can't download the scala sbt from website http://www.scala-sbt.org/download.html?

I use mac to download scala sbt but always get timeout or forward me to a 404 webpage on 4sync, I have no idea how and where to download sbt now? Does any one met the same issue?
You can also download from bintray,but there's no newest versions.
Try the following url: https://dl.bintray.com/sbt/native-packages/sbt/

how to download IE for mac and to install

i want to use internet explorer on my mac, is there any way to install.
i need it as there are some websites which can open only in internet explorer, its a loss for me that i cant open websites on this safari
kindly help me if any one knows or using IE.
do you have any idea about virtualbox. is this help to download IE for mac
http://news.softpedia.com/news/How-to-Run-Internet-Explorer-on-Mac-OS-X-391323.shtml
above link shows how todownload virtualbox and to install it
thanks
I find that the ievms project that is referred to in the softpedia link you provided is pretty quick and painless to setup on OSX. Once you have installed VirtualBox it will download and install the image for you automatically.
Note that it seems like you only need one IE version (and not all of them) so make sure you specify a version to download in the curl command, for example to install Internet Explorer 8:
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="8" bash
Just run this command in your Terminal and it will do the rest.
Note: I've put version 8 as an example because it would be quicker to download than newer versions and is probably enough for your usage

installing cygwin: setup.ini missing from http://mirrors.kernel.org

I'm trying to install cygwin on a windows 2008 server. I managed to get a hold of the cygwin setup.exe version 2.721.
Since cygwin.com is down at the moment, i tried several mirrors found through the google cache of the cygwin mirrors. I ran into the same problem like this guy: Help needed installing cygwin: may be ini file problem
Like they suggested, I tried http://mirrors.kernel.org as mirror. It downloads some setup.bz files fine. Then I get the error "Unable to get setup.ini from http://mirrors.kernel.org/". Any suggestions how to install cygwin now?
I got this error when I tried to use http://cygwin.com/setup.exe and not http://cygwin.com/setup-x86.exe or http://cygwin.com/setup-x86_64.exe. It seems the mirrors have just recently removed support for setup.exe. The setup.exe is still available to download but none of the mirrors work.
The solution is to use either the setup-x86.exe or the setup-x86_64.exe.
The mirror should be the full path http://mirrors.kernel.org/sourceware/cygwin
If you get complaints about the .ini being from a newer version of setup, you'll need to find a newer setup.exe somewhere on the net that you trust. (And cygwin guys? Grrr for not including setup.exe in your mirrors and for not signing your exe!)
the reason is so simple:
the setup.ini changed its's location!
just go to cygwin site, download the latest setup.exe file. it will be OK.
While installing, select Install through http/ftp proxy. Firewall may block the installation. Hence, proxy will help. Also try running as Administrator.
It helps..
Regards,
Frank..!!
For those who are still getting this error even with the correct installer, make sure that you're running the setup file on your local hard drive.
My problem was that I was trying to launch the executable from a mapped network drive. Copying down and running the program locally fixed the issue.
Can you use another mirror? Try lug.mtu.edu or something like that. I've always had nothing but good results from there.
Was giving me the same Unable to get setup from ... error.
I used the new setup-x86_64.exe from the Cygwin.org site & had to select the option Use Internet Explorer Proxy Settings.
It fetched the mirror urls.
It worked that way for me.
But, if it does not fetch all the mirrors by itself, we can
add the url http://mirrors.kernel.org in the Download list.
Initially, when it was not downloading the mirrors list by itself, I had tried adding the above http://mirrors.kernel.org url manually & it had worked that way too.
Was facing the Same issue... Run the installer in administrator mode and set the FTP/HTTP proxy to the proxy setting configured in internet explorer. Later if the download doesn't occur try different proxies. Selecting this mirror http://mirrors.kernel.org worked for me.

How to install and run odoo project from github on ubuntu?

I have installed odoo11 on ubuntu (via parallels on mac) and the odoo server is up and running fine.Now my client asked me to install his odoo project on my pc. He gave me the github repo link and i dont know how to go about from here. Should i just copy the custom modules or clone the entire project? If i clone the entire project, how do i run the odoo service from there?
I am new to odoo so i need some guidance on this.
Thanks
Click here to see the odoo server image
Click here to see the github project files
When you are running an Odoo instance, your have to mention a config file in the executable command with -c or --config option. In this config file there is a derivative addons_path.
All you have to do is to clone the repository, and add the directory of addons (from the look of your screenshots, custom, enterprise, inception_modules, nerku, softtech) in the addons_path of your config file. after that, you will find your client addons in Odoo application apps page. For more information, you can follow the official documentation.

Resources