PDA

View Full Version : installalion of features via buckminster.



penapisemnet
April 1st, 2018, 11:10 AM
Hello!

I try to install features via buckminster.

I unstalled buckminster with command

cd /root/buckminster

/root/buckminster/buckminster install https://github.com/hengsin/headless/raw/master/4.5/org.eclipse.buckminster.core.headless.feature
(https://github.com/hengsin/headless/raw/master/4.5/org.eclipse.buckminster.core.headless.feature)
and it worked right
then i try to install features with command

root@ubuntu-8gb-fsn1-dc8-1 ~/buckminster # /root/buckminster/buckminster install https://github.com/hengsin/headless/raw/master/4.5/org.eclipse.buckminster.core.headless.feature (https://github.com/hengsin/headless/raw/master/4.5/org.eclipse.buckminster.core.headless.feature)

and i get

No feature id provided
Help text for org.eclipse.buckminster.installer.install:Installs a feature.

usage: Install
[{ -? | --help }]
<site> <feature> [<version>]

-?
--help
Show this help text
<site>
A path/URL to a site.
<feature>
The feature id
<version>
The version to install. If not given, the latest is chosen.


My OS Ubuntu 16.4 server without graphical shell

What is reason of this message? Why cant i install features?

Thank you for help in advance.