cancel
Showing results for 
Search instead for 
Did you mean: 

HANA Cloud Service Instances in Business Application Studio

former_member643578
Participant
0 Kudos
128

In Business Application Studio i am trying to run wget command but i got command not found. Did i miss anything?

Please help me outwget-command.png

Accepted Solutions (1)

Accepted Solutions (1)

former_member643578
Participant
0 Kudos

I found solution for this question by executing npm install -g node-wget command

Answers (1)

Answers (1)

mariusobert
Developer Advocate
Developer Advocate
0 Kudos

It seems that wget does not come with the App Studio. You can install it manually if you need it or you could go with cUrl

andrew_lunde
Active Participant
0 Kudos

Marius,

Have you seen any docs/guidance for installing arbitrary Linux tools in BAS?

I've done it by creating a docker container with a distro that closely matches that provided in BAS and then using apt-get to install and then picking out the binary and .so libs required to make it work.

I've also see where things were packaged as an npm packaged and installed that way.

Anyone else have a suggestion?

-Andrew