on 2020 Jul 14 2:46 PM
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
I found solution for this question by executing npm install -g node-wget command
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
67 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.