threefoldtecharchive / jumpscaleX_archived

Apache License 2.0
1 stars 6 forks source link

test install on ubuntu1804 with container option #716

Closed despiegk closed 5 years ago

despiegk commented 5 years ago

check

test using digital ocean client make test script paste it here

waleedhammam commented 5 years ago

blocked on: https://github.com/threefoldtech/jumpscaleX/issues/720 will try to fix it

waleedhammam commented 5 years ago

Did some fixes on starting installation, The script runs ok but stucks for i/os Need to make the installer non-interactive to complete it.

waleedhammam commented 5 years ago

Current progress:

waleedhammam commented 5 years ago

Fixed no-interactive installation now continue on the script

waleedhammam commented 5 years ago

script done in here: https://gist.github.com/waleedhammam/dbc786fdf33b25547f548467f0ec1743

Pishoy commented 5 years ago

needs https://github.com/threefoldtech/jumpscaleX/issues/738

Pishoy commented 5 years ago

verified

digitalocean_machine_name = "jumpscalxtestBishoy"
digitalocean_token_="b59.......................f05"
digitalocean_project_name="codescalers"
ssh_key_docker = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8o0jEGYqe2k7J0TNL6Gg8h86ic3ReiC6THlBnOKPDiKProj/4uMTmi1Qf5OcLIdeHgcP+zy+ZL4kpP7N6VTALRPiTn6Lty6ZP+5mQocaJYosoGLzB6+lx1NW/zXtscv4V3goULiDEx9SBzSuD8wS0k00iHcRjmuFUIfERyYR8mjmWC/sRf1Y7qk9kQjFOLW5Sw0+RLrxr4l2ur/n8bDVgGVpzWypKIsqRU6Rf1HdXWmdAMCucPAkxR5WNies5QFOkyllxI6Fq+G9M0Uf+EubpfpC1oOMWjNFy781M4KZF+FXODcBlwevfvk0HH/5mTHOymIfwVV8vjRzycxjuQib3 pishoy@Bishoy-laptop"

my_test = JSXtest(digitalocean_machine_name, digitalocean_token_, digitalocean_project_name, ssh_key_docker)

my_test.install()