Closed AhmedHanafy725 closed 5 years ago
is this still relevant?
yes, it's needed to automate the installation.
@mdeecode are you working on this or should we re-assign?
@rkhamis I had a fix; I'll need to test if it still works then I'll do a PR.
fixed at branch development_jumpscale commits: https://github.com/threefoldtech/jumpscaleX/commit/bf54d2866a2dc45d834f972522e90a3cbbd38cd6, https://github.com/threefoldtech/jumpscaleX/commit/20d6da76eb3a6288a4ae43253d463f3e8e8f3ed0 steps:
> curl https://raw.githubusercontent.com/threefoldtech/jumpscaleX/development_jumpscale/install/jsx.py?$RANDOM > /tmp/jsx
> chmod +x /tmp/jsx
> eval `ssh-agent -s`;
> ssh-keygen;
> ssh-add;
> /tmp/jsx configure --no_interactive -s mysecret;
> /tmp/jsx container_install --no_interactive;
for now it's working for container-install will check insystem
fixed no-interactive insystem at: https://github.com/threefoldtech/jumpscaleX/commit/5fabed0b695b1036885527b58797abe42592edf1 branch development_jumpspcale steps
> curl https://raw.githubusercontent.com/threefoldtech/jumpscaleX/development_jumpscale/install/jsx.py?$RANDOM > /tmp/jsx
> chmod +x /tmp/jsx
> /tmp/jsx configure --no_interactive -s mysecret;
> /tmp/jsx install --no_interactive;
verified
/tmp/jsx configure --no-interactive -s mysecret;
/tmp/jsx container-install --no-interactive
/tmp/jsx container-kosmos
3BOTDEVEL:3bot:~: cd /sandbox/code/github/threefoldtech/jumpscaleX/
3BOTDEVEL:3bot:jumpscaleX: git log -1
commit ebfe540ed33e8f5f95e3eb5a4f4daae727d83842 (grafted, HEAD -> development_jumpscale, origin/development_jumpscale)
Author: Waleed Hammam <waleed.hammam@gmail.com>
Date: Tue Jul 23 15:23:15 2019 +0200
Merge branch 'development_jumpscale' of github.com:threefoldtech/jumpscaleX into development_jumpscale
In config file
INTERACTIVE = true
Even if I change it manually in config file, it still asks the same question.