threefoldtecharchive / jumpscaleX_core

Apache License 2.0
1 stars 6 forks source link

Install fails on unstable branch #594

Closed grimpy closed 4 years ago

grimpy commented 4 years ago

The installer tries to install redis on the host when doing a simple --help or when doing container-install

Neither should happen on the host unless you have a requirement to run the installer as root on an debian based system? Which is not in the docs

image

image

hossnys commented 4 years ago

verified on branch unstable :

test@jsx-test:~$ /tmp/jsx --help
- redis loghandler cannot be loaded
Usage: jsx [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  basebuilder         create the base ubuntu docker which we can...
  check
  configure           initialize 3bot (JSX) environment
  container-delete    delete the 3bot container :param name:...
  container-export    export the 3bot to image file, if not...
  container-import    import container from image file, if not...
  container-install   create the 3bot container and install...
  container-kosmos    open a kosmos shell in container :param name:...
  container-save      starts from an export, if not there will do...
  container-shell     open a shell to the container for 3bot :param...
  container-start     start the 3bot container :param name:...
  container-stop      stop the 3bot container :param name: :return:
  containers          list the containers :param name: :return:
  containers-reset    remove all docker containers & images :param...
  generate
  install             install jumpscale in the local system (only...
  jumpscale-code-get  install jumpscale in the local system (only...
  kosmos
  modules-install     install jumpscale module in local system...
  package-new         scaffold a new package tree structure
  threebot-flist      create flist of 3bot docker image ex: jsx...
  threebot-test       :param delete: delete the containers you want...
  threebotbuilder     create the 3bot and 3botdev images
  wiki-load
  wiki-reload         reload the changed files from wikis repo ex:...
  wireguard           jsx wireguard enable wireguard, can be on...
test@jsx-test:~$