Skip to content

FastGeert/jumpscale_core8

 
 

Repository files navigation

JumpScale 8

Join the chat at https://gitter.im/Jumpscale/jumpscale_core8

JumpScale is a cloud automation product and a branch from what used to be Pylabs. About 7 years ago Pylabs was the basis of a cloud automation product which was acquired by SUN Microsystems from a company called Q-Layer. In the mean time we are 4 versions further and we have rebranded it to JumpScale.

Please check our GitBook for a full documentation (always shows the master)

how to install from master

cd $TMPDIR
rm -f install.sh
curl -k https://raw.githubusercontent.com/Jumpscale/jumpscale_core8/master/install/install.sh?$RANDOM > install.sh
bash install.sh

how to install from a branch

cd $TMPDIR
rm -f install.sh
export JSBRANCH="8.1.0"
curl -k https://raw.githubusercontent.com/Jumpscale/jumpscale_core8/$JSBRANCH/install/install.sh?$RANDOM > install.sh
bash install.sh

About

new jumpscale, cleaned up & only compatible with python 3.3+

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%